diff --git a/cypress.config.js b/cypress.config.js index 0473051..4df724e 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -3,5 +3,7 @@ const { defineConfig } = require("cypress"); module.exports = defineConfig({ e2e: { baseUrl: "http://localhost:8080/", + screenshotOnRunFailure: false, + video: false, }, });