JavaScript API client
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
- Fork it (https://github.com/percy/percy-js/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Running Tests
npm run test
npm run tdd
Updated almost 5 years ago