-
Notifications
You must be signed in to change notification settings - Fork 731
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Cypress to version 5 * Redo some cypress assertions. This improves their 'retry-ability' * Add retries to cypress.json * Update cypress-multi-reporters * Correct cypress tests * Increase timeout * Update circleCI config so that npm ci is not run when cache is present * Fix typo * Undo circleCI updates * Undo automatic formatting changes in config.yml
- Loading branch information
timmydoza
authored
Oct 20, 2020
1 parent
0859094
commit c0548a4
Showing
4 changed files
with
700 additions
and
479 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
{ | ||
"video": false, | ||
"defaultCommandTimeout": 30000, | ||
"defaultCommandTimeout": 60000, | ||
"baseUrl": "http://localhost:3000", | ||
"reporter": "cypress-multi-reporters", | ||
"reporterOptions": { | ||
"configFile": "cypress/reporter-config.json" | ||
} | ||
}, | ||
"retries": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.