2020-07-06 18:55:32 +00:00
|
|
|
---
|
|
|
|
ci:
|
|
|
|
collect:
|
2021-06-06 20:32:11 +00:00
|
|
|
numberOfRuns: 3
|
2020-07-06 18:55:32 +00:00
|
|
|
staticDistDir: exampleSite/public
|
|
|
|
url:
|
|
|
|
- http://localhost/
|
|
|
|
- http://localhost/404.html
|
2023-04-21 20:39:18 +00:00
|
|
|
- http://localhost/posts/usage/getting-started/
|
2020-07-06 18:55:32 +00:00
|
|
|
settings:
|
|
|
|
chromeFlags: "--no-sandbox"
|
2024-01-15 19:56:18 +00:00
|
|
|
onlyCategories: ["performance", "accessibility", "best-practices", "seo"]
|
|
|
|
skipAudits:
|
|
|
|
[
|
|
|
|
"color-contrast",
|
|
|
|
"uses-long-cache-ttl",
|
|
|
|
"csp-xss",
|
|
|
|
"bf-cache",
|
|
|
|
"is-crawlable",
|
|
|
|
"image-size-responsive",
|
|
|
|
"render-blocking-resources",
|
|
|
|
"largest-contentful-paint"
|
|
|
|
]
|
2020-07-06 18:55:32 +00:00
|
|
|
assert:
|
|
|
|
preset: "lighthouse:no-pwa"
|
|
|
|
assertions:
|
2023-08-25 21:35:44 +00:00
|
|
|
color-contrast: off
|
2020-07-06 18:55:32 +00:00
|
|
|
uses-long-cache-ttl: off
|
2021-06-06 20:21:32 +00:00
|
|
|
csp-xss: off
|
2023-04-21 20:39:18 +00:00
|
|
|
# FIXME: https://github.com/GoogleChrome/lighthouse/issues/14957
|
|
|
|
bf-cache: off
|
2023-08-25 21:35:44 +00:00
|
|
|
is-crawlable: off
|
|
|
|
image-size-responsive: off
|
2024-01-15 19:56:18 +00:00
|
|
|
render-blocking-resources: off
|
|
|
|
largest-contentful-paint: off
|
|
|
|
total-byte-weight: warn
|
|
|
|
identical-links-same-purpose: warn
|
2021-06-06 20:32:11 +00:00
|
|
|
tap-targets: warn
|
|
|
|
unsized-images: warn
|
|
|
|
# FIXME: https://github.com/GoogleChrome/lighthouse/issues/11460
|
|
|
|
categories:performance:
|
|
|
|
- warn
|
|
|
|
- minScore: 0.95
|
|
|
|
categories:accessibility:
|
|
|
|
- error
|
|
|
|
- minScore: 1
|
|
|
|
categories:seo:
|
|
|
|
- error
|
|
|
|
- minScore: 0.95
|
2020-07-16 08:13:40 +00:00
|
|
|
upload:
|
|
|
|
target: filesystem
|
|
|
|
outputDir: lhci_reports
|