cli
cli copied to clipboard
The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
Ticket: https://browserstack.atlassian.net/browse/PER-5498 This pull request introduces asynchronous handling of dynamic resources—especially blob URLs—during DOM serialization in the Percy core and DOM packages. The main changes include making the DOM serialization...
This change broke ~1/4 of our screenshots. I think it at least deserves being mentioned in the release notes (and I'd argue it should not have been released as a...
https://npmgraph.js.org/?q=fast-glob - 17 dependencies https://npmgraph.js.org/?q=tinyglobby - 2 dependencies
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 6. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @priyagupta108 in actions/setup-node#1374...
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 6.0.1 to 9.0.0. Release notes Sourced from lerna's releases. v9.0.0 9.0.0 (2025-09-23) Bug Fixes publish: ensure README file names are populated on package.json (#4211) (362875d) Features support...
Add support for 'lca' token type in PercyClient
Add flag `--pass-if-previously-approved` to `build:approve` command to optionally prevent exiting with an error when the build already has approval.
Add flag to `build:approve` command to optionally prevent exiting with an error when the build already has approval. I have opened a pull request that adds this functionality https://github.com/percy/cli/pull/1963 Use...
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.3 to 10.1.0. Release notes Sourced from cross-env's releases. v10.1.0 10.1.0 (2025-09-29) Features add support for default value syntax (152ae6a) For example: "dev:server": "cross-env wrangler dev --port...