Skip to content

Commit dc988d6

Browse files
authored
update
1 parent 09f7512 commit dc988d6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

playwright.config.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,19 @@ const config = {
3636
screenshot: 'on',
3737
video: 'on',
3838
launchOptions: {
39-
args: ["--headless","--no-sandbox","--use-angle=gl"]
39+
args: [
40+
'--use-gl=swiftshader',
41+
'--disable-gpu-driver-bug-workarounds',
42+
'--disable-software-rasterizer',
43+
'--ignore-gpu-blocklist',
44+
'--enable-webgl',
45+
'--no-sandbox'
46+
47+
]
4048
// args: ["--no-sandbox"]
4149
}
4250
},
43-
},
51+
}
4452
],
4553
};
4654

0 commit comments

Comments
 (0)