-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into 10.0-release
* develop: (35 commits) fix(deps): update dependency url-parse to v1.5.6 [security] (#20270) chore: fix cache keys to include PLATFORM (#20279) chore: fix server performance flake (#20271) test(system-tests): support docker-based tests against built binary (#20250) chore: fix system-test-firefox screenshots_spec flake (#20268) chore(deps): update dependency fs-extra to v9 🌟 (#19939) fix: Wait for child process to be ready (#19792) fix: treat form-data bodies as binary (#20144) test: replace cypress-test-example-repos coverage + remove bump (#20186) fix(driver): update wrapErr to ignore number and boolean values (#20172) release 9.5.0 [skip ci] chore: Update Chrome (stable) to 98.0.4758.102 (#20192) chore: enable volar.takeOverMode Add span names, merge develop fix: Update `.type(' ')` to not emit clicks when the keyup event has been prevented (#20156) test: remove redundant "other projects" CI jobs (#20133) chore(driver): move cy.focused and cy.root into their own files (#20054) Move sending root event to own script chore: release @cypress/vue-v3.1.1 chore: release @cypress/react-v5.12.3 ...
- Loading branch information
Showing
56 changed files
with
1,318 additions
and
769 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
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,65 +1,15 @@ | ||
exports['list of all projects'] = [ | ||
{ | ||
"repo": "cypress-io/cypress-test-tiny", | ||
"provider": "circle", | ||
"platform": "win32" | ||
}, | ||
{ | ||
"repo": "cypress-io/cypress-test-example-repos", | ||
"provider": "circle", | ||
"platform": "win32" | ||
}, | ||
{ | ||
"repo": "cypress-io/cypress-test-tiny", | ||
"provider": "circle", | ||
"platform": "linux" | ||
}, | ||
{ | ||
"repo": "cypress-io/cypress-test-module-api", | ||
"provider": "circle", | ||
"platform": "linux" | ||
}, | ||
{ | ||
"repo": "cypress-io/cypress-test-node-versions", | ||
"provider": "circle", | ||
"platform": "linux" | ||
}, | ||
{ | ||
"repo": "cypress-io/cypress-test-nested-projects", | ||
"provider": "circle", | ||
"platform": "linux" | ||
}, | ||
{ | ||
"repo": "cypress-io/cypress-test-ci-environments", | ||
"provider": "circle", | ||
"platform": "linux" | ||
}, | ||
{ | ||
"repo": "cypress-io/cypress-test-example-repos", | ||
"provider": "circle", | ||
"platform": "linux" | ||
}, | ||
{ | ||
"repo": "cypress-io/cypress-test-tiny", | ||
"provider": "circle", | ||
"platform": "darwin" | ||
}, | ||
{ | ||
"repo": "cypress-io/cypress-test-example-repos", | ||
"provider": "circle", | ||
"platform": "darwin" | ||
} | ||
] | ||
|
||
exports['should have just circle and darwin projects'] = [ | ||
{ | ||
"repo": "cypress-io/cypress-test-tiny", | ||
"provider": "circle", | ||
"platform": "darwin" | ||
}, | ||
exports['should have just circle and linux projects'] = [ | ||
{ | ||
"repo": "cypress-io/cypress-test-example-repos", | ||
"repo": "cypress-io/cypress-test-module-api", | ||
"provider": "circle", | ||
"platform": "darwin" | ||
"platform": "linux" | ||
} | ||
] |
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,4 +1,4 @@ | ||
{ | ||
"chrome:beta": "99.0.4844.27", | ||
"chrome:stable": "98.0.4758.80" | ||
"chrome:stable": "98.0.4758.102" | ||
} |
Oops, something went wrong.