1.1.1 • Published 6 months ago

@maxmattone/percysync v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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
1.1.1

6 months ago

1.1.0

1 year ago

1.0.0

1 year ago

1.0.0-beta.5

1 year ago

1.0.0-beta.4

1 year ago

1.0.0-beta.3

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.1

1 year ago

1.0.0-beta.0

1 year ago