Skip to content

Commit

Permalink
chore: Test example recipes against chrome (#19362)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane authored Dec 15, 2021
1 parent 39641e5 commit d0038fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1999,6 +1999,14 @@ jobs:
repo: cypress-example-recipes
command: npm run test:ci:firefox

"test-binary-against-recipes-chrome":
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-recipes
browser: chrome
command: npm run test:ci:chrome

# This is a special job. It allows you to test the current
# built test runner against a pull request in the repo
# cypress-example-recipes.
Expand Down Expand Up @@ -2427,6 +2435,10 @@ linux-workflow: &linux-workflow
<<: *mainBuildFilters
requires:
- create-build-artifacts
- test-binary-against-recipes-chrome:
<<: *mainBuildFilters
requires:
- create-build-artifacts
- test-binary-against-kitchensink-firefox:
<<: *mainBuildFilters
requires:
Expand Down

2 comments on commit d0038fd

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d0038fd Dec 15, 2021

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/circle-10.0-release-d0038fdb8e7f6b90a90c18e4e2a30340e799953c/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d0038fd Dec 15, 2021

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/circle-10.0-release-d0038fdb8e7f6b90a90c18e4e2a30340e799953c/cypress.tgz

Please sign in to comment.