Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jul 18, 2024
1 parent 13cd4f7 commit eb87c33
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ export const launchBrowserWithExtension = async (extensionPath: string): Promise
return launch({
dumpio: true,
headless: true,
args: [`--disable-extensions-except=${extensionPath}`, `--load-extension=${extensionPath}`]
args: [
`--disable-extensions-except=${extensionPath}`,
`--load-extension=${extensionPath}`,
'--no-sandbox',
'--disable-setuid-sandbox'
]
});
};

Expand Down

0 comments on commit eb87c33

Please sign in to comment.