Skip to content

Commit 159b5d0

Browse files
authored
update
1 parent 1088751 commit 159b5d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

playwright.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const config = {
3636
screenshot: 'on',
3737
video: 'on',
3838
launchOptions: {
39+
args: ["--headless","--no-sandbox","--use-angle=gl"]
40+
/*
3941
args: [
4042
'--use-gl=swiftshader',
4143
'--disable-gpu-driver-bug-workarounds',
@@ -45,6 +47,7 @@ const config = {
4547
'--no-sandbox'
4648
4749
]
50+
*/
4851
// args: ["--no-sandbox"]
4952
}
5053
},

0 commit comments

Comments
 (0)