Skip to content

Commit 39151ab

Browse files
authored
update
1 parent 7fc81e4 commit 39151ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const config = {
3636
screenshot: 'on',
3737
video: 'on',
3838
launchOptions: {
39-
args: ["--headless","--no-sandbox","--use-angle=gl"]
39+
args: ["--enable-unsafe-swiftshader", "--headless","--no-sandbox","--use-angle=gl"]
4040
/*
4141
args: [
4242
'--use-gl=swiftshader',

0 commit comments

Comments
 (0)