Skip to content

v1.0.0 — Initial Release

Latest

Choose a tag to compare

@kuality-io kuality-io released this 01 May 15:01

Test any website for accessibility, performance, SEO & 30+ QA dimensions directly in your CI/CD pipeline.

Usage

- uses: kuality-io/action@v1
  with:
    api-key: ${{ secrets.KUALITY_API_KEY }}
    url: https://staging.example.com
    types: a11y,webvitals,seo
    fail-on: high

Features

- 37+ test types: accessibility, performance, SEO, cross-browser, security, mobile, and more
- Quality gates: fail builds on severity thresholds or minimum scores
- Outputs: score, findings count, and report URL available for PR comments
- Zero dependencies: pure bash, runs on any GitHub Actions runner