e2e testing: disable video recording

This commit is contained in:
mahula 2022-11-02 13:59:25 +01:00
parent 0fd585a96f
commit 73c4f62a8e

View File

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