Skip to content

vleue/PixelEagle-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages