mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
Add comment on changing headless mode
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user