Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/e2e/config-esm-mjs/a…
Browse files Browse the repository at this point in the history
…xios-1.6.1
  • Loading branch information
agoldis authored Jan 30, 2024
2 parents d55ea11 + 2a33dbc commit 272ab26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Add `cypress-cloud/plugin` to `cypress.config.{js|ts|mjs}`
// cypress.config.js
import { defineConfig } from "cypress";
import { cloudPlugin } from "cypress-cloud/plugin";

export default defineConfig({
e2e: {
video: true; // enable video for cypress@13+
Expand Down Expand Up @@ -118,7 +119,7 @@ module.exports = {
networkHeaders: {
"User-Agent": "Custom",
"x-ms-blob-type": "BlockBlob"
}
},
e2e: {
batchSize: 3, // orchestration batch size for e2e tests (Currents only, read below)
},
Expand Down

0 comments on commit 272ab26

Please sign in to comment.