Skip to content

Commit

Permalink
test: run in headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Semro committed Sep 21, 2024
1 parent 825609f commit 6e3707b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/syncwatch-extension/tests/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ export const test = base.extend<{
context: async ({}, use) => {
const pathToExtension = path.join(__dirname, '../.output/chrome-mv3');
const context = await chromium.launchPersistentContext('', {
headless: false,
headless: true,
args: [
`--headless=new`,
`--disable-extensions-except=${pathToExtension}`,
`--load-extension=${pathToExtension}`,
],
Expand Down

0 comments on commit 6e3707b

Please sign in to comment.