Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
add Chrome and Firefox test jobs, closes #94
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 26, 2020
1 parent 6ebcf4a commit 3e109bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,26 @@ workflows:
install-command: echo 'Nothing to install in this job'
no-workspace: true

- cypress/run:
name: Chrome tests
requires:
- Install
executor: cypress/browsers-chrome78-ff70
browser: chrome
install-command: echo 'Nothing to install in this job'
no-workspace: true

- cypress/run:
name: Firefox tests
requires:
- Install
executor: cypress/browsers-chrome78-ff70
browser: firefox
install-command: echo 'Nothing to install in this job'
no-workspace: true

- release:
requires:
- Electron tests
- Chrome tests
- Firefox tests

0 comments on commit 3e109bc

Please sign in to comment.