-
Percy Health Check causes a ~1 second pause when Percy is not running, and this adds a significant chunk of time when you are debugging tests that have a lot of Percy calls. Consequently I have wrapped the It would be great if this would happen automatically! Maybe by using the PERCY_TOKEN environment variable as the primary indicator rather than immediately launching the health check? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @j1000, thanks for the idea! We have a rewrite coming soon that will take care of this (we cache the result): https://github.com/percy/percy-cypress/blob/ww/new-cli/index.js#L20-L51 We're moving away from |
Beta Was this translation helpful? Give feedback.
Hey @j1000, thanks for the idea! We have a rewrite coming soon that will take care of this (we cache the result): https://github.com/percy/percy-cypress/blob/ww/new-cli/index.js#L20-L51
We're moving away from
@percy/agent
to@percy/cli
: https://docs.percy.io/docs/migrating-to-percy-cli#current-migration-status