Closed abahgat closed 3 years ago
With the last agent based SDK migrated to CLI, you can check the migration doc to see how you can upgrade: https://docs.percy.io/docs/migrating-to-percy-cli#completed
The CLI has a more robust snapshot
command: https://docs.percy.io/docs/percy-snapshot
I am running percy via CLI to test my own website. I have a large number of pages that look the same and I am looking to ignore a subset of them via passing globs to
-i
. I would find it extremely useful if the command would output a list of resources that it is ignoring because of the glob I happen to have passed. Would it make sense to add that?Also, having the option to dry run
percy snapshot
would go a long way ;)