diff --git a/cypress.json b/cypress.json index 470c7201..32c4b033 100644 --- a/cypress.json +++ b/cypress.json @@ -1,3 +1,5 @@ { - "pluginsFile": "tests/e2e/plugins/index.js" + "pluginsFile": "tests/e2e/plugins/index.js", + "screenshotOnRunFailure": false, + "video": false }