Skip to content

Commit 1ea98c6

Browse files
committed
Launch external browser outside sandbox
1 parent ec27d13 commit 1ea98c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ describe("Plugins", () => {
640640
describe("Browser instance passed from outside", () => {
641641
const browserOptions = {
642642
headless: true,
643+
args: ["--no-sandbox", "--disable-setuid-sandbox"],
643644
};
644645
testWrapper("Should re-use this browser instance", async () => {
645646
const browser = await launch(browserOptions);

0 commit comments

Comments
 (0)