These docs are for v1. Click to read the latest docs for v2-web.

JavaScript API client

Build Status Package Status

JavaScript API client library for Percy.

📘

NOTE: This is a low-level API library, you probably want to use a higher-level framework plugin. Check out:

Contributing


  1. Fork it (https://github.com/percy/percy-js/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Running Tests

  • npm run test
  • npm run tdd