hugo-geekdoc/.lighthouserc.yml

32 lines
735 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"
# FIXME: https://github.com/GoogleChrome/lighthouse/issues/11460
throttlingMethod: devtools
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
categories:performance:
- error
- 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