browserstack/BrowserStack Accessibility DevTools
Scan a pull request for accessibility issues and report the findings back on the PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | BrowserStack Service Account username (store as an encrypted Actions secret). | yes | — |
| access-key | BrowserStack Service Account access key (store as an encrypted Actions secret). | yes | — |
| fail-on-severity | Severity at/above which the check fails the run: error | warning | none. Default error. `none` reports without ever failing the run. | no | error |
| ai-agent | Optional AI remediation hand-off (preview): the BARE name of an agent to @mention on the findings comment (e.g. `coderabbitai`). The App posts "@<name>"; the agent then acts under your own credentials/billing. Supported only if your agent accepts triggers from a bot/App comment. Validated against ^[A-Za-z0-9-]+(\[bot\])?$. | no | "" |
Outputs
| name | description |
|---|---|
| result | pass or fail. |
| error-count | Number of error-severity findings. |
| warning-count | Number of warning-severity findings. |
| findings-count | Total findings. |
| comment-url | Link to the posted PR summary comment. |