Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Sep 20, 2023
2 parents c639c2e + 3ee2998 commit c1d551e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ The configuration variables will resolve as follows:

## Batched Orchestration

This package uses its own orchestration and reporting protocol that is independent of cypress native implementation. The new [orchestration protocol](https://currents.dev/readme/integration-with-cypress/cypress-cloud#batched-orchestration) uses cypress in "offline" mode and allows batching multiple spec files for better efficiency. You can adjust the batching configuration in `currents.config.js` and use different values for e2e and component tests.
This package uses its own orchestration and reporting protocol that is independent of cypress native implementation. The new [orchestration protocol]([https://currents.dev/readme/integration-with-cypress/cypress-cloud#batched-orchestration](https://currents.dev/readme/integration-with-cypress/cypress-cloud/batched-orchestration)) uses cypress in "offline" mode and allows batching multiple spec files for better efficiency. You can adjust the batching configuration in `currents.config.js` and use different values for e2e and component tests.

## API

Expand Down Expand Up @@ -291,7 +291,7 @@ export default defineConfig({
const on = patchCypressOn(cypressOn);
// the rest of the plugins use the patched "on" function
const configAlt = somePlugin(on, config);
const result = await cloudPlugin(on, configXconfigAlt);
const result = await cloudPlugin(on, configAlt);
return result;
},
},
Expand Down

0 comments on commit c1d551e

Please sign in to comment.