Replies: 1 comment
-
Hey @na-ji, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm developing a bunch of apps in a NX monorepo with NX distributed caching enabled. With this cache enabled, it means that a test run won't be executed again if the files are still the same. Some of my apps are covered by Cypress jobs that also take Percy snapshots.
However, those jobs can be cached, so it means that sometime no Percy job are made. This is a problem when a PR is merged, and the Cypress job is not executed again since it's cached. Because of that, no baseline is saved on Percy. Since I would like to keep my Cypress builds cached (they can take a very long time), I have two questions that could lead to a solution:
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions