fgo-ta-com-website/unlighthouse.config.ts

33 lines
731 B
TypeScript
Raw Permalink Normal View History

2024-01-03 00:27:49 +00:00
export default {
2024-11-01 15:34:51 +00:00
lighthouseOptions: {
throttlingMethod: "devtools",
throttling: {
cpuSlowdownMultiplier: 4,
requestLatencyMs: 150,
downloadThroughputKbps: 1638.4,
uploadThroughputKbps: 1638.4,
},
screenEmulation: {
width: 412,
height: 823,
deviceScaleFactor: 1.75,
}
},
2024-01-03 00:27:49 +00:00
puppeteerOptions: {
2024-11-01 15:34:51 +00:00
args: [
"--no-sandbox",
"--disable-setuid-sandbox"
],
2024-01-03 00:27:49 +00:00
},
ci: {
budget: 50,
2024-11-01 15:34:51 +00:00
buildStatic: true,
},
scanner: {
sitemap: true,
dynamicSampling: false,
samples: 3,
2024-01-03 00:27:49 +00:00
},
outputPath: "unlighthouse-reports",
}