hugo-geekdoc/.lighthouserc.yml

33 lines
756 B
YAML
Raw Normal View History

2020-06-01 15:59:02 +02:00
---
ci:
collect:
2020-09-19 12:23:14 +02:00
numberOfRuns: 3
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"
throttling:
cpuSlowdownMultiplier: "2.0"
2020-06-01 15:59:02 +02:00
assert:
preset: "lighthouse:no-pwa"
assertions:
uses-long-cache-ttl: off
2020-09-19 12:23:14 +02:00
tap-targets: warn
unsized-images: warn
# FIXME: https://github.com/GoogleChrome/lighthouse/issues/11460
2020-09-19 12:23:14 +02:00
categories:performance:
- 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