test: config cypress downloads

This commit is contained in:
Guillaume Chau
2023-05-16 10:56:17 +02:00
parent e3dcdf5dbc
commit 32c95de64b
2 changed files with 2 additions and 0 deletions
@@ -4,6 +4,7 @@ node_modules
/tests/e2e/videos/
/tests/e2e/screenshots/
/tests/e2e/downloads/
# local env files
@@ -5,6 +5,7 @@ module.exports = defineConfig({
fixturesFolder: 'tests/e2e/fixtures',
screenshotsFolder: 'tests/e2e/screenshots',
videosFolder: 'tests/e2e/videos',
downloadsFolder: 'tests/e2e/downloads',
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.