We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc81e4 commit 39151abCopy full SHA for 39151ab
playwright.config.js
@@ -36,7 +36,7 @@ const config = {
36
screenshot: 'on',
37
video: 'on',
38
launchOptions: {
39
- args: ["--headless","--no-sandbox","--use-angle=gl"]
+ args: ["--enable-unsafe-swiftshader", "--headless","--no-sandbox","--use-angle=gl"]
40
/*
41
args: [
42
'--use-gl=swiftshader',
0 commit comments