Feature · CI/CD

Native CI/CD integration

Block RGAA regressions before production. GitHub Actions, GitLab CI, Jenkins: automated audit on every pull request, configurable thresholds, 1 line.

REAL USAGE / SCREEN READER TESTS & CLI OUTPUTS
Technical team reviewing CI/CD accessibility logs
CONTINUOUS INTEGRATION / DEV TEAMS & QA
Zero regression

One gate, one line, one guarantee.

Add an accessibility check to your pipeline in 2 minutes. If the score drops below your threshold, the build fails.

  • Per-project configurable threshold
  • Automatic PR/MR comments
  • HTML · JUnit artifacts
.github/workflows/a11y.yml
#  Accessibility gate · 1 line setup
- name: Accorma audit
  uses: accorma/github-action@v1
  with:
    url: ${{ env.PREVIEW_URL }}
    threshold: 90
    fail-on-regression: true
Integrations

Your platform is supported

Native integration with the 3 most popular CI/CD platforms.

01 Marketplace

GitHub Actions

Official action available on GitHub Marketplace. Integrates in 1 line in your existing YAML workflow.

  • · Verified Marketplace action
  • · Automatic PR comments
  • · Dynamic compliance badge
  • · Preview environment support
02 Docker image

GitLab CI

Optimized Docker image for your GitLab pipelines. Compatible with merge requests and review environments.

  • · Official Docker image
  • · Integrated JUnit report
  • · HTML report artifacts
  • · Dynamic environment variables
03 Official plugin

Jenkins

Official Jenkins plugin with integrated reporting. Configurable thresholds per project, no code needed.

  • · Verified official plugin
  • · GUI configuration
  • · Blue Ocean reports
  • · Optional SonarQube integration
Governance

Zero regressions in production

01 Custom threshold

Configurable thresholds

Set a minimum compliance score. The pipeline fails if the threshold isn't met. Progress toward 100% at your own pace.

02 PR · MR

Reports in PRs

Automatic comment in each pull/merge request with before/after score and newly introduced errors.

03 Branch diff

Branch comparison

Compare accessibility scores between your branch and main. Detect regressions before merge.

04 Slack · Teams

Slack/Teams notifications

Get an alert in your channel whenever a pipeline detects an accessibility regression.

In production

Key figures

1 line

of config to get started

100%

of regressions blocked

< 2 min

added to your pipeline

3

supported CI/CD platforms

5 min · your pipeline

Integrate in 5 minutes

Add the accessibility check to your CI/CD pipeline today.