Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
chore: default to no video recording and no screenshots on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Oct 23, 2019
1 parent ba82104 commit 549c6ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"testFiles": "**/*.feature",
"video": false,
"screenshots": {
"screenshotOnRunFailure": false
},
"projectId": "65oh1u"
}

0 comments on commit 549c6ad

Please sign in to comment.