2020-06-01 06:59:02 -07:00
|
|
|
---
|
|
|
|
ci:
|
|
|
|
collect:
|
2020-09-19 03:23:14 -07:00
|
|
|
numberOfRuns: 3
|
2020-06-01 06:59:02 -07:00
|
|
|
staticDistDir: exampleSite/public
|
|
|
|
url:
|
|
|
|
- http://localhost/
|
|
|
|
- http://localhost/404.html
|
|
|
|
- http://localhost/posts/
|
|
|
|
settings:
|
|
|
|
chromeFlags: "--no-sandbox"
|
|
|
|
assert:
|
|
|
|
preset: "lighthouse:no-pwa"
|
|
|
|
assertions:
|
|
|
|
uses-long-cache-ttl: off
|
2020-09-19 03:23:14 -07:00
|
|
|
tap-targets: warn
|
|
|
|
unsized-images: warn
|
2020-09-19 06:48:14 -07:00
|
|
|
# FIXME: https://github.com/GoogleChrome/lighthouse/issues/11460
|
2020-09-19 03:23:14 -07:00
|
|
|
categories:performance:
|
2020-09-19 06:48:14 -07:00
|
|
|
- warn
|
2020-09-19 03:23:14 -07:00
|
|
|
- minScore: 0.95
|
|
|
|
categories:accessibility:
|
|
|
|
- error
|
|
|
|
- minScore: 1
|
|
|
|
categories:seo:
|
|
|
|
- error
|
|
|
|
- minScore: 0.95
|
2020-07-17 01:34:52 -07:00
|
|
|
upload:
|
|
|
|
target: filesystem
|
|
|
|
outputDir: lhci_reports
|