2020-07-06 18:55:32 +00:00
|
|
|
---
|
|
|
|
ci:
|
|
|
|
collect:
|
|
|
|
numberOfRuns: 2
|
|
|
|
staticDistDir: exampleSite/public
|
|
|
|
url:
|
|
|
|
- http://localhost/
|
|
|
|
- http://localhost/404.html
|
|
|
|
- http://localhost/posts/
|
|
|
|
settings:
|
|
|
|
chromeFlags: "--no-sandbox"
|
2021-02-21 12:28:06 +00:00
|
|
|
throttling:
|
|
|
|
cpuSlowdownMultiplier: "2.0"
|
2020-07-06 18:55:32 +00:00
|
|
|
assert:
|
|
|
|
preset: "lighthouse:no-pwa"
|
|
|
|
assertions:
|
|
|
|
uses-long-cache-ttl: off
|
|
|
|
render-blocking-resources: off
|
|
|
|
tap-targets: off
|
|
|
|
first-contentful-paint: off
|
|
|
|
first-meaningful-paint: off
|
2020-07-07 09:18:00 +00:00
|
|
|
largest-contentful-paint: off
|
2020-07-16 08:13:40 +00:00
|
|
|
upload:
|
|
|
|
target: filesystem
|
|
|
|
outputDir: lhci_reports
|