deactivate video recording in cypress

This commit is contained in:
mahula 2023-03-13 20:46:59 +01:00
parent 4b468903a3
commit d5d8597232

View File

@ -4,6 +4,7 @@
"ignoreTestFiles": "*.js", "ignoreTestFiles": "*.js",
"chromeWebSecurity": false, "chromeWebSecurity": false,
"baseUrl": "http://localhost:3000", "baseUrl": "http://localhost:3000",
"video":false,
"retries": { "retries": {
"runMode": 2, "runMode": 2,
"openMode": 0 "openMode": 0