Skip to content

Releases: abecms/visualq-action

v1.0.0

03 Apr 12:15

Choose a tag to compare

VisualQ GitHub Action v1.0.0

Run visual regression tests on every pull request with VisualQ.

Features

  • Trigger VRT runs via the VisualQ API
  • Poll for completion and report pass/fail
  • Support for test and baseline run types
  • Filter by scenario labels
  • Outputs: run ID, status, pass/fail counts, report URL

Usage

- uses: abecms/visualq-action@v1
  with:
    api-key: ${{ secrets.VISUALQ_API_KEY }}
    project: "your-project-slug"

See README for full documentation.