mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-10-31 18:30:43 +00:00
e62b7dde03
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
53 lines
1.4 KiB
YAML
53 lines
1.4 KiB
YAML
---
|
|
ci:
|
|
collect:
|
|
numberOfRuns: 3
|
|
staticDistDir: exampleSite/public
|
|
url:
|
|
- http://localhost/
|
|
- http://localhost/404.html
|
|
- http://localhost/posts/usage/getting-started/
|
|
settings:
|
|
chromeFlags: "--no-sandbox"
|
|
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"
|
|
]
|
|
assert:
|
|
preset: "lighthouse:no-pwa"
|
|
assertions:
|
|
color-contrast: off
|
|
uses-long-cache-ttl: off
|
|
csp-xss: off
|
|
# FIXME: https://github.com/GoogleChrome/lighthouse/issues/14957
|
|
bf-cache: off
|
|
is-crawlable: off
|
|
image-size-responsive: off
|
|
render-blocking-resources: off
|
|
largest-contentful-paint: off
|
|
total-byte-weight: warn
|
|
identical-links-same-purpose: warn
|
|
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
|
|
upload:
|
|
target: filesystem
|
|
outputDir: lhci_reports
|