2389-research/Visual UAT
Run visual acceptance tests comparing screenshots between branches with AI-powered evaluation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 5, 2025
- License
- None
Pinned Snippet
uses: 2389-research/visual-uat@5efbec5b6f867f5717cc2f90e9bf2e32bf7ec828 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic-api-key | Anthropic API key for LLM evaluation (pass from secrets) | yes | — |
| working-directory | Directory containing visual-uat.config.js | no | . |
| node-version | Node.js version to use | no | 20 |
| verbose | Enable verbose output | no | false |
| fail-fast | Stop on first test failure | no | false |
| base-branch | Override base branch for comparison (auto-detects PR target branch, falls back to config) | no | "" |
| extra-args | Additional CLI arguments (e.g., "--no-html --quiet") | no | "" |
Outputs
| name | description |
|---|---|
| result | Test result: passed, failed, or errored |
| report-path | Path to the HTML report |