Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for cypress parallelization #178

Open
tzimmermann opened this issue Jan 4, 2024 · 0 comments
Open

Better support for cypress parallelization #178

tzimmermann opened this issue Jan 4, 2024 · 0 comments

Comments

@tzimmermann
Copy link

We're trying SauceVisual now on a bigger scale in our project.
It has become quite clear that the parallelisation of our Cypress test suite does not play well together with Sauce Labs Visual yet:

image

Problem:

  • All test runs get their individual item in Sauce Labs Visual UI. We have 11x parallelisation of our test suite in CircleCI, thus the list gets super cluttered.

Potential solution:

  • Aggregate all snapshots uploaded to one branch (or one PR) to the same line. Potentially, this would need a "finalise" step to be triggered from CI once all tests are finished (percy.io does it like that).

Slightly off topic:

  • For better GitHub integration, it would also be nice to have a GitHub status check with a direct link to all the branch pipeline's snapshots.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant