From 2a33dbc9a23f63c6edea9f6cc1ea6944b8857226 Mon Sep 17 00:00:00 2001 From: FTB_lag Date: Tue, 28 Nov 2023 02:07:19 +0200 Subject: [PATCH] Fix comma in example (#200) --- .github/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 2f15a9cc..918d1a8a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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+ @@ -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) },