percy / cli

The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
https://docs.percy.io/docs/cli-overview
67 stars 40 forks source link

✨ Adding env variable support so that if set to true we exit with status code 0 when any percy related error occurs. #1647

Closed prklm10 closed 1 week ago

prklm10 commented 1 week ago

Adding env variable support so that if set to true we exit with status code 0 when any percy related error occurs. PERCY_EXIT_WITH_ZERO_ON_ERROR is the env variable. It won't override when customer command throws any error.

This will solve https://github.com/percy/cli/issues/1590 issue. Ticket -> https://browserstack.atlassian.net/browse/PER-3235