From 9d0100ef04f584d91135a47de8880e42607ecbe0 Mon Sep 17 00:00:00 2001 From: Oliver Dunk Date: Wed, 11 Oct 2023 12:49:26 +0100 Subject: [PATCH] Add comment on changing headless mode --- functional-samples/tutorial.puppeteer/index.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/functional-samples/tutorial.puppeteer/index.test.js b/functional-samples/tutorial.puppeteer/index.test.js index ce4d9e5198..eede90456a 100644 --- a/functional-samples/tutorial.puppeteer/index.test.js +++ b/functional-samples/tutorial.puppeteer/index.test.js @@ -22,6 +22,7 @@ let browser; beforeEach(async () => { browser = await puppeteer.launch({ + // Set to 'new' to hide Chrome if running as part of an automated build. headless: false, args: [ `--disable-extensions-except=${EXTENSION_PATH}`,