Skip to content

Instantly share code, notes, and snippets.

@agoldis
Created August 20, 2021 18:10
Show Gist options
  • Save agoldis/1d5bfee3f2c4d9e4d9b5f1682aca1a2f to your computer and use it in GitHub Desktop.
Save agoldis/1d5bfee3f2c4d9e4d9b5f1682aca1a2f to your computer and use it in GitHub Desktop.
Running Cypress via Currents example
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