diff --git a/cypress.config.js b/cypress.config.js index 8a5b82c14..a9e27fcfd 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -11,7 +11,7 @@ export default defineConfig({ screenshotsFolder: 'test/cypress/screenshots', supportFile: 'test/cypress/support/index.js', videosFolder: 'test/cypress/videos', - // downloadsFolder: 'test/cypress/downloads', + downloadsFolder: 'test/cypress/downloads', video: false, specPattern: 'test/cypress/integration/**/*.spec.js', experimentalRunAllSpecs: false,