Skip to content

Instantly share code, notes, and snippets.

@Robdel12
Robdel12 / how-to-run.md
Last active April 5, 2019 17:08
A small example of Percy & puppeteer

The quickest test suite to setup

Once you fill in the URLs you want to snapshot, you can run the visual tests by:

  • Setting your PERCY_TOKEN to a project in https://percy.io
  • Running npm run percy (or yarn percy)
  • ??
  • Get other work done (profit)!

That's about it :p