Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 304 Bytes

File metadata and controls

16 lines (12 loc) · 304 Bytes

example-webdriverio

Example of how to integrate Percy visual tests with WebdriverIO.

Running the example

$ npm install
$ PERCY_TOKEN=... npm test

$ git clone https://github.com/percy/example-webdriverio.git
$ cd example-webdriverio/

$ export PERCY_TOKEN=...
$ npm install
$ npm test