-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reintroduce initial support for Cypress Cloud
This should allow running tests in parallel to provide a faster testing process. Also it may provide a better test debugging experience. All setup is based on the example from the documentation: https://github.com/cypress-io/github-action#split-install-and-tests This reverts commit 773bb0a.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -6,5 +6,6 @@ | |
"retries": { | ||
"runMode": 3, | ||
"openMode": 0 | ||
} | ||
}, | ||
"projectId": "4trcdv" | ||
} |