Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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