Batched Orchestration
Batched orchestration for cypress-cloud
Batched Orchestration
// currents.config.js
module.exports = {
// ...
e2e: {
batchSize: 3, // orchestration batch size for e2e tests (Currents only)
},
component: {
batchSize: 5, // orchestration batch size for component tests (Currents only)
},
};
Native Orchestration Diagram
Batched Orchestration Diagram
Last updated
Was this helpful?