How do i use multiple storybook instances into a single Percy snapshot? #682
Unanswered
breningham
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
Got an Nx Project here that we have built into feature-libraries, and each feature library we want to be tested with percy, but we want to be able to
we currently have this set up in Nx with Cypress + Storybook w/ Percy, but its rather slow, and a little cumbersome for us to have an e2e project just to take a percy snapshot, this also has the issue of having multiple percy projects that need to reported, every time. (meaning we can't use nx affected properly - all e2e tests need to run, every time, even if there's no change, for every PR )
Beta Was this translation helpful? Give feedback.
All reactions