Skip to content

Instantly share code, notes, and snippets.

@Robdel12
Created October 18, 2019 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Robdel12/5efa24f7e78d0642ca67381039939e5f to your computer and use it in GitHub Desktop.
Save Robdel12/5efa24f7e78d0642ca67381039939e5f to your computer and use it in GitHub Desktop.
pipelines:
default:
- step:
name: Visual test
image: circleci/node:8-browsers
script:
- node -v
- npm -v
- npx percy exec -- node ./snapshots.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment