Updated for Lighthouse
This commit is contained in:
parent
1f7709031c
commit
96a9c2593c
4 changed files with 26 additions and 2 deletions
|
@ -1,10 +1,18 @@
|
|||
export default {
|
||||
puppeteerOptions: {
|
||||
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
||||
args: [
|
||||
"--no-sandbox",
|
||||
"--disable-setuid-sandbox"
|
||||
],
|
||||
},
|
||||
ci: {
|
||||
budget: 50,
|
||||
buildStatic: true
|
||||
},
|
||||
scanner: {
|
||||
samples: 3,
|
||||
device: 'desktop',
|
||||
sitemap: true,
|
||||
},
|
||||
outputPath: "unlighthouse-reports",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue