fski/FlowLens Flow Audit
Audit the accessibility of a multi-step flow headlessly and emit a deterministic CI report + JUnit XML.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| urls | Newline-separated URLs — each is one flow step, audited in order. | no | "" |
| steps-file | Path to a JSON file: [{"url": "…", "label": "…"}, …]. Takes precedence over urls. | no | "" |
| wcag | WCAG target level (2.1-AA | 2.1-AAA | 2.2-AA | 2.2-AAA). | no | 2.2-AA |
| fail-on-blocking | Fail the job when blocking findings exceed max-failures at baseline or are introduced by a step. | no | true |
| max-failures | Blocking findings allowed at the baseline step. | no | 0 |
| out | Output directory for flowlens-report.json and junit.xml. | no | flowlens-ci |
Outputs
no outputs