You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hi!
I run Cypress & Percy tests in GitHub Workflows and using the cypress-io/github-action Action in parallel mode. This enables me to use a Matrix to run my Cypress tests in Parallel (taking them from 20 minutes to 5 minutes total so a big win).
I'm also able to use Percy to run snapshot testing in this Parallel system by supplying Percy specific environment variables and prefixing the Cypress command with percy exec -- npx.
Describe the solution you'd like
I want to know when/if Parallel Cypress tests will be supported within Chromatic / if they have then for the documentation to be updated (which I'm happy to do, just point me in the right direction).
Thanks!
Additional context
Add any other context or screenshots about the feature request here.
@james-wallis Chromatic runs all your tests in parallel automatically, at no extra cost. Unlike Percy, you don't have to configure anything. Chromatic’s cloud infrastructure automatically scales to run all tests simultaneously.
Now, as for Cypress's parallel mode, I'm not sure how that impacts Chromatic. For Playwright, we recommend slightly adjusting the action to bundle the archives from all the sharded runs. I suspect, we might have to do something similar with Cypress. cc: @jonniebigodes
@james-wallis If I run cypress in parallel mode, there would be several chromatic-archives files in different machines, how can I run chromatic to test them in a storybook? I noticed that I could change the configuration of storybook, but I could not find a way to change the main.js file. Is there any other suggestions? https://www.chromatic.com/docs/monorepos/
Is your feature request related to a problem? Please describe.
Hi!
I run Cypress & Percy tests in GitHub Workflows and using the
cypress-io/github-action
Action in parallel mode. This enables me to use a Matrix to run my Cypress tests in Parallel (taking them from 20 minutes to 5 minutes total so a big win).I'm also able to use Percy to run snapshot testing in this Parallel system by supplying Percy specific environment variables and prefixing the Cypress command with
percy exec -- npx
.Describe the solution you'd like
I want to know when/if Parallel Cypress tests will be supported within Chromatic / if they have then for the documentation to be updated (which I'm happy to do, just point me in the right direction).
Thanks!
Additional context
Add any other context or screenshots about the feature request here.
My Cypress usage with Percy tokens:
The text was updated successfully, but these errors were encountered: