Hey! These docs are for version 1, which is no longer officially supported. Click here for the latest version, 2-web!


#### [percy-js on GitHub ](🔗)

[![Build Status](https://travis-ci.org/percy/percy-js.svg?branch=master)](🔗) [![Package Status](https://img.shields.io/npm/v/percy-client.svg)](🔗)

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:

  • [Ember](🔗)

  • [Storybook for React](🔗)

  • [Storybook for Vue.js](🔗)

  • [WebdriverIO](🔗)

# 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`