Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Eagle pixeleagle-cli

CLI for visual regression testing with Pixel Eagle.

Install

From the install script:

curl -fsSL https://pixel-eagle.com/install.sh | sh

From GitHub releases, download the binary for your platform.

From source:

cargo install --git https://github.com/vleue/pixeleagle-cli --features cli

Usage

# Create a run
RUN_ID=$(pixeleagle new-run --metadata '{"branch":"main"}')

# Upload screenshots
pixeleagle upload-screenshots $RUN_ID screenshot1.png screenshot2.png

# Compare with a previous run and wait for results
pixeleagle compare-run $RUN_ID --with-run $PREVIOUS_RUN_ID --wait --print-details

Set PIXEL_EAGLE_TOKEN to your project's token.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages