forked from cartsnitch/app
fix(ci): add --disable-gpu and --disable-dev-shm-usage to Lighthouse Chrome flags
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"url": ["http://localhost:4173/"],
|
||||
"numberOfRuns": 1,
|
||||
"settings": {
|
||||
"chromeFlags": ["--headless=new", "--no-sandbox"]
|
||||
"chromeFlags": ["--headless=new", "--no-sandbox", "--disable-gpu", "--disable-dev-shm-usage"]
|
||||
}
|
||||
},
|
||||
"assert": {
|
||||
|
||||
Reference in New Issue
Block a user