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
70 stars 43 forks source link

GZIP resources before uploading #1566

Closed pankaj443 closed 6 months ago

pankaj443 commented 6 months ago

JIRA: https://browserstack.atlassian.net/browse/PER-3058 Now we are gziping resources before uploading if PERCY_GZIP env var is set. This is useful in cases where dom resources are greater than 25mb and large payload error is received.