Skip to content

Commit

Permalink
BAU Disable cypress videos
Browse files Browse the repository at this point in the history
Videos add a time overhead to test runs and we never look at them.
Disable them to speed up ci builds.
  • Loading branch information
stephencdaly committed Aug 19, 2019
1 parent 54307d2 commit 161d0a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"pluginsFile": "./test/cypress/plugins",
"screenshotsFolder": "./test/cypress/screenshots",
"supportFile": "./test/cypress/support",
"videosFolder": "./test/cypress/videos"
"videosFolder": "./test/cypress/videos",
"video": false
}

0 comments on commit 161d0a5

Please sign in to comment.