What is the difference between Cypress dashboard parallel test and CI parallel test? #14216
-
I'm using CircleCI and it provides feature to run parallel tests ( = parallel jobs ). Then, how cypress dashboard different from CI parallel test? I read dashboard docs, but couldn't find special reason to use dashboard. Can you explain? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@bahmutov Can you answer for this question? |
Beta Was this translation helpful? Give feedback.
-
I'd suggest reading through our Parallelization guide. I think it summarizes pretty well how Cypress orchestrates parallel tests to work with your CI provider (which allows you to run multiple machines in parallel). https://on.cypress.io/parallelization |
Beta Was this translation helpful? Give feedback.
-
@jennifer-shehane Thanks. I read that docs and understood that the only difference is load-balancing using timing data. Is it right? |
Beta Was this translation helpful? Give feedback.
I'd suggest reading through our Parallelization guide. I think it summarizes pretty well how Cypress orchestrates parallel tests to work with your CI provider (which allows you to run multiple machines in parallel). https://on.cypress.io/parallelization