Skip to content

Commit

Permalink
chore: update kitchensink pr to point to 10.0.0 pr (#20712)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Mar 21, 2022
1 parent ae4bf3a commit e5d7fd8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions circle.yml
Expand Up @@ -1689,7 +1689,6 @@ jobs:
steps:
- clone-repo-and-checkout-branch:
repo: cypress-example-kitchensink
pull_request_id: 524
- install-required-node
- run:
name: Remove cypress.json
Expand Down Expand Up @@ -2005,23 +2004,20 @@ jobs:
- test-binary-against-repo:
repo: cypress-example-kitchensink
browser: "electron"
pull_request_id: 524

test-binary-against-kitchensink-firefox:
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-kitchensink
browser: firefox
pull_request_id: 524

test-binary-against-kitchensink-chrome:
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-kitchensink
browser: chrome
pull_request_id: 524

test-binary-against-todomvc-firefox:
<<: *defaults
Expand Down

2 comments on commit e5d7fd8

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e5d7fd8 Mar 21, 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/10.0.0/linux-x64/10.0-release-e5d7fd8e9d061ae54f71a5198c5b4cbc7ae8236b/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e5d7fd8 Mar 21, 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 win32 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/10.0.0/win32-x64/10.0-release-e5d7fd8e9d061ae54f71a5198c5b4cbc7ae8236b/cypress.tgz

Please sign in to comment.