Created
August 20, 2021 18:10
-
-
Save agoldis/1d5bfee3f2c4d9e4d9b5f1682aca1a2f to your computer and use it in GitHub Desktop.
Running Cypress via Currents example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default: | |
image: cypress/base:14 | |
stages: | |
- test | |
test: | |
image: cypress/browsers:node12.14.1-chrome85-ff81 | |
stage: test | |
parallel: 50 | |
script: | |
# install dependencies | |
- yarn install --frozen-lockfile | |
- yarn add cypress @currents/cli | |
# run Cypress tests via Currents | |
- yarn currents run --record --parallel --key <your record key> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment