Skip to content

Instantly share code, notes, and snippets.

@asantos00
Last active September 4, 2019 17:04
Show Gist options
  • Save asantos00/7a1c484ac29127865bfc940f8362e1f2 to your computer and use it in GitHub Desktop.
Save asantos00/7a1c484ac29127865bfc940f8362e1f2 to your computer and use it in GitHub Desktop.
CircleCI cypress.io config
version: 2.1
orbs:
cypress: cypress-io/cypress@1
workflows:
e2e:
jobs:
- cypress/run:
start: npm start
wait-on: 'http://localhost:3000'
command: npm run cy:run
executor: cypress/browsers-chrome69
browser: chrome
post-steps:
- store_artifacts:
path: cypress/videos
- store_artifacts:
path: cypress/screenshots
- store_test_results:
path: cypress/results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment