Skip to content

Commit

Permalink
fix: update cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 27, 2020
1 parent d1eb37f commit ba8b172
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 1,384 deletions.
6 changes: 5 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
"pluginsFile": "test/e2e/cypress/plugins/index.js",
"supportFile": "test/e2e/cypress/support/index.js",
"videosFolder": "test/e2e/cypress/videos",
"screenshotsFolder": "test/e2e/cypress/screenshots"
"screenshotsFolder": "test/e2e/cypress/screenshots",
"retries": {
"runMode": 2,
"openMode": 1
}
}
Loading

0 comments on commit ba8b172

Please sign in to comment.