Skip to content

Add VertaaUX Audit to Monitoring section#764

Open
PetriLahdelma wants to merge 1 commit intosdras:mainfrom
PetriLahdelma:add-vertaaux-audit
Open

Add VertaaUX Audit to Monitoring section#764
PetriLahdelma wants to merge 1 commit intosdras:mainfrom
PetriLahdelma:add-vertaaux-audit

Conversation

@PetriLahdelma
Copy link
Copy Markdown

Summary

Adds VertaaUX Audit to the Monitoring section, alongside the existing Lighthouse actions.

What it is

Runs UX, accessibility, and conversion audits on any URL from CI. Score-based quality gates fail builds when scores drop below thresholds; baseline comparison surfaces regressions in PR comments. Audits 7 categories: usability, clarity, information architecture, accessibility (axe-core + WCAG), keyboard navigation, semantics, conversion.

Usage

- uses: vertaaux/audit-action@v1
  with:
    url: https://example.com
    api-key: ${{ secrets.VERTAAUX_API_KEY }}
    threshold: 80

Guidelines checklist

  • Alphabetically adjacent to Lighthouse actions (same use-case neighborhood)
  • Entry follows the - [Descriptive title](url) - Additional description. format used in the section
  • Single-suggestion PR
  • Action is live on the GitHub Marketplace

Copilot AI review requested due to automatic review settings April 17, 2026 08:58
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds VertaaUX Audit to the README’s Monitoring section to complement existing Lighthouse-based monitoring/auditing actions.

Changes:

  • Add a new Monitoring list entry for the VertaaUX Audit GitHub Action (Marketplace link) with a short description of its capabilities.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants