Skip to content

Commit

Permalink
[C] Ignore cypress downloads and not generate videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason authored and blnkt committed May 30, 2023
1 parent 3f81b4e commit 64b874d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.env
cypress/videos/
cypress/videos/
cypress/downloads/
3 changes: 2 additions & 1 deletion tests/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ module.exports = defineConfig({
TEST_USERNAME: process.env.TEST_USERNAME,
TEST_PASSWORD: process.env.TEST_PASSWORD,
CRAFT_DASHBOARD_URL: process.env.CRAFT_DASHBOARD_URL
}
},
video: false
});

0 comments on commit 64b874d

Please sign in to comment.