Batched Orchestration
Batched orchestration for cypress-cloud
Last updated
Batched orchestration for cypress-cloud
Last updated
We are suspending our support of Cypress test runner version 13+
We will continue to support of Cypress.
This package uses its own orchestration and reporting protocol that is independent of cypress native implementation. This approach provides several benefits, including more control, flexibility and the ability to implement new features that are not supported by the native cypress orchestration.
The new approach can present a slightly different performance compared to the previous integration. To enhance its performance, the new orchestration protocol allows multiple spec files to be batched together for greater efficiency. You configure the batching in cypress.config.js
and use different values for different testing types:
Based on our benchmarks, the performance is comparable to that of the native orchestration, however, it can vary depending on your specific configuration and setup. Adjusting the batching configuration can help to achieve optimal results for e2e or component tests.