Skip to content

BrowserStackCE/percysync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Percy Sync

The project offers an easy to run a percy test suite in a synchronous manner.

How to install

npm i @browserstackce/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 @browserstackce/percysync -- <test_command>

Example for a mvn project:

npx @maxmattone/percysync -- npx percy exex -- mvn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •