diff --git a/cypress.config.js b/cypress.config.js index 24b2f1ed4..c45c1037d 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -17,7 +17,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', // specPattern: 'test/cypress/integration/client/clientList.spec.js',