Possible bug introduced in beta 59?
Renovate bot is trying to update to @percy/cli to v1.0.0-beta.59 and our action that runs E2E tests and take screenshots is now falling with the following error:
(node:1969) Error Plugin: @percy/cli: can't resolve reference /snapshot#/properties/name from id /config/static
module: @oclif/config@1.17.0
task: runHook init
plugin: @percy/cli
root: /home/runner/work/montevideo/montevideo/node_modules/@percy/cli
The same action was running properly on beta.58
Our script just runs: percy exec -- cypress run (and some cypress env variables are used too with the --env flag)