Created
October 18, 2019 14:43
-
-
Save Robdel12/5efa24f7e78d0642ca67381039939e5f to your computer and use it in GitHub Desktop.
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
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