-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MB-3685 | misc small cypress improvements :) (#4623)
- add `yarn.lock` to cypress folder - add cypress folder caching to circleCI cache flow - this has minimal speed gains, but any gain is a win at this point - add cypress dep to root dev dependencies - this allows for root level opening of cypress test runner via yarn, which IMO is a huge win - it's much faster to use the test runner against already running docker pool rather than do a clean test/rebuild - __for local dev, unblocking fast test iteration > having a clean test environment for every cypress test run__ - add some dangerfile checks to ensure we're keeping cypress deps in sync - update instructions in README around running e2e tests - call out more explicitly why `run_e2e_tests` may behave unexpectedly Jira story - https://dp3.atlassian.net/browse/MB-3685
- Loading branch information
Showing
11 changed files
with
2,530 additions
and
62 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
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 |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
/coverage | ||
coverage.out | ||
__snapshots__ | ||
cypress/cypress | ||
|
||
# production | ||
/build | ||
|
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
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
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.