disable video recording in e2e tests

This commit is contained in:
mahula 2023-02-02 15:43:26 +01:00
parent b91bf38f1b
commit a28a46cf08

View File

@ -48,7 +48,7 @@ export default defineConfig({
supportFile: "cypress/support/index.ts",
viewportHeight: 720,
viewportWidth: 1280,
video: true,
video: false,
retries: {
runMode: 2,
openMode: 0,