Add comment on changing headless mode

This commit is contained in:
Oliver Dunk
2023-10-11 12:49:26 +01:00
parent baa7a3c2b4
commit 9d0100ef04

View File

@@ -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}`,