Skip to content

Commit

Permalink
Fix comma in example (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorFTB authored Nov 28, 2023
1 parent 17e7bfb commit 2a33dbc
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 2a33dbc

Please sign in to comment.