Skip to content

Commit

Permalink
Merge branch 'develop' into fix-release-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough authored Mar 4, 2022
2 parents acba7f5 + 5a30e76 commit 10a779e
Show file tree
Hide file tree
Showing 25 changed files with 519 additions and 195 deletions.
4 changes: 2 additions & 2 deletions browser-versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"chrome:beta": "99.0.4844.51",
"chrome:stable": "98.0.4758.102"
"chrome:beta": "100.0.4896.20",
"chrome:stable": "99.0.4844.51"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"test-unit": "lerna exec yarn test-unit --ignore \"'{@packages/{desktop-gui,driver,root,static,web-config,net-stubbing,rewriter,ui-components},@cypress/{webpack-dev-server,eslint-plugin-dev}}'\"",
"pretest-watch": "yarn ensure-deps",
"test-watch": "lerna exec yarn test-watch --ignore \"'@packages/{desktop-gui,driver,root,static,web-config}'\"",
"type-check": "node scripts/type_check",
"type-check": "yarn lerna exec yarn type-check --scope @tooling/system-tests && node scripts/type_check",
"verify:mocha:results": "node ./scripts/verify_mocha_results",
"prewatch": "yarn ensure-deps",
"watch": "lerna exec yarn watch --parallel --stream",
Expand Down
Loading

1 comment on commit 10a779e

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 10a779e Mar 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.5.2/linux-x64/circle-fix-release-scripts-10a779ec4fc34c95e36bc1facca539d5e6ed062a/cypress.tgz

Please sign in to comment.