@maxmattone/percysync
v1.1.1
Published
The project offers an easy to run a percy test suite in a synchronous manner.
Downloads
2
Readme
Percy Sync
The project offers an easy to run a percy test suite in a synchronous manner.
How to install
npm i @maxmattone/percysync
How to use
Setup you percy token
Using a full access token
export PERCY_TOKEN=<your_token>
Using read only and write only access tokens
export PERCY_TOKEN=<your_write_token>
export PERCY_READ_TOKEN=<your_read_token>
Run the test suite
npx @maxmattone/percysync -- <test_command>
Example for a mvn project:
npx @maxmattone/percysync -- npx percy exex -- mvn test