1.1.1 • Published 1 year ago

@maxmattone/percysync v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.1.0

2 years ago

1.0.0

2 years ago

1.0.0-beta.5

2 years ago

1.0.0-beta.4

2 years ago

1.0.0-beta.3

2 years ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago

1.0.0-beta.0

2 years ago