2020-06-01 15:59:02 +02:00
|
|
|
---
|
|
|
|
ci:
|
|
|
|
collect:
|
2020-09-19 12:23:14 +02:00
|
|
|
numberOfRuns: 3
|
2022-01-06 13:58:10 +01:00
|
|
|
psiStrategy: desktop
|
2020-06-01 15:59:02 +02:00
|
|
|
staticDistDir: exampleSite/public
|
|
|
|
url:
|
|
|
|
- http://localhost/
|
|
|
|
- http://localhost/404.html
|
|
|
|
- http://localhost/posts/
|
|
|
|
settings:
|
|
|
|
chromeFlags: "--no-sandbox"
|
2021-02-07 14:13:39 +01:00
|
|
|
throttling:
|
|
|
|
cpuSlowdownMultiplier: "2.0"
|
2020-06-01 15:59:02 +02:00
|
|
|
assert:
|
|
|
|
preset: "lighthouse:no-pwa"
|
|
|
|
assertions:
|
|
|
|
uses-long-cache-ttl: off
|
2021-06-06 22:31:42 +02:00
|
|
|
csp-xss: off
|
2020-09-19 12:23:14 +02:00
|
|
|
tap-targets: warn
|
|
|
|
unsized-images: warn
|
2022-02-07 09:27:28 +01:00
|
|
|
image-size-responsive: warn
|
2020-09-19 15:48:14 +02:00
|
|
|
# FIXME: https://github.com/GoogleChrome/lighthouse/issues/11460
|
2020-09-19 12:23:14 +02:00
|
|
|
categories:performance:
|
2020-09-19 15:48:14 +02:00
|
|
|
- warn
|
2020-09-19 12:23:14 +02:00
|
|
|
- minScore: 0.95
|
|
|
|
categories:accessibility:
|
|
|
|
- error
|
|
|
|
- minScore: 1
|
|
|
|
categories:seo:
|
|
|
|
- error
|
|
|
|
- minScore: 0.95
|
2020-07-17 10:34:52 +02:00
|
|
|
upload:
|
|
|
|
target: filesystem
|
|
|
|
outputDir: lhci_reports
|