Skip to content

Commit

Permalink
add firefox test against todomvc and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Nov 26, 2019
1 parent 758055a commit 924f36f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,20 @@ jobs:
repo: cypress-example-kitchensink
browser: chrome

"test-binary-against-todomvc-firefox":
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-todomvc
browser: firefox

"test-binary-against-documentation-firefox":
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-documentation
browser: firefox

test-binary-as-specific-user:
<<: *defaults
steps:
Expand Down Expand Up @@ -1291,6 +1305,24 @@ linux-workflow: &linux-workflow
requires:
- build-npm-package
- build-binary
- test-binary-against-todomvc-firefox:
filters:
branches:
only:
- develop
- issue-1096-firefox-support
requires:
- build-npm-package
- build-binary
- test-binary-against-documentation-firefox:
filters:
branches:
only:
- develop
- issue-1096-firefox-support
requires:
- build-npm-package
- build-binary
- test-binary-as-specific-user:
name: "test binary as a non-root user"
executor: non-root-docker-user
Expand Down

0 comments on commit 924f36f

Please sign in to comment.