i-afaqrashid/cms-lab CMS Scan

Scan CMS content against configured site routes before deploy.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionnpm version or dist-tag for @cms-lab/cli.nolatest
node-versionNode.js version to install for the cms-lab step. Defaults to 20 to match the @cms-lab/cli engines >=20.10 floor.no20
working-directoryDirectory that contains cms-lab.config.ts.no.
configPath to cms-lab config.nocms-lab.config.ts
urlOverride the site URL from the config.no""
reportWrite a local HTML report.notrue
report-pathHTML report path.no.cms-lab/report.html
markdownWrite a Markdown summary.nofalse
markdown-pathMarkdown summary path.no.cms-lab/summary.md
junitWrite a JUnit XML report.nofalse
junit-pathJUnit XML report path.no.cms-lab/junit.xml
fail-onDiagnostic threshold for a failing run. Use error, warning, or never.noerror
onlyComma-separated check groups to run.no""
skipComma-separated check groups to skip.no""
typeCMS document type filter.no""
timeoutPer-route HTTP timeout in milliseconds.no10000
retriesRetry transient route probe failures.no1
concurrencyMaximum concurrent route probes.no""
strictFail on warning and info diagnostics.nofalse
max-warningsMaximum allowed warning diagnostics.no""
max-infoMaximum allowed info diagnostics.no""
namedescription
report-pathAbsolute path to the HTML report.
summary-pathAbsolute path to the Markdown summary.
junit-pathAbsolute path to the JUnit XML report.