Skip to content

feat: add CI examples for gating builds on axe Watcher results#281

Draft
scottmries wants to merge 1 commit into
mainfrom
sr/results-examples
Draft

feat: add CI examples for gating builds on axe Watcher results#281
scottmries wants to merge 1 commit into
mainfrom
sr/results-examples

Conversation

@scottmries

@scottmries scottmries commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds results/ — copy-pasteable CI integrations that gate a build on the
axe Watcher accessibility threshold using the
axe-watcher-results CLI.
The framework examples in this repo (js/, java/) show how to run a
scan; these are one optional way to work with a run's results afterward:
retrieving them in CI and turning them into a pass/fail build gate.

results/
  README.md                      # gating model, exit-code table, install, secrets
  github-actions/a11y-gate.yml
  gitlab-ci/.gitlab-ci.yml
  shell/gate.sh                  # gate by commit SHA
  shell/session-results.sh       # retrieve/gate by session ID

Originally proposed in dequelabs/axe-watcher-results#46.

Verification

  • prettier --check and shellcheck clean.
  • Naming follows this repo's "axe Watcher" house style.

No QA required

@scottmries
scottmries force-pushed the sr/results-examples branch from c13b1b3 to 36fe935 Compare July 15, 2026 18:01
@scottmries
scottmries force-pushed the sr/results-examples branch from 36fe935 to b5ec2ec Compare July 15, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant