iqual-ch/iqual Visual Regression Testing
Run visual regression tests using Playwright. Compares screenshots between a reference and test URL.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to playwright-vrt.config.json file | yes | playwright-vrt.config.json |
| node-version | Node.js version to use | no | 24.15 |
| cache | Enable caching of baseline snapshots | no | true |
| cache-key | Custom cache key for baseline snapshots | no | default |
| upload-report | Upload Playwright HTML report as artifact | no | true |
| report-name | Name of the uploaded report artifact | no | vrt-report |
| working-directory | Working directory for the VRT run | no | . |
Outputs
| name | description |
|---|---|
| result | Test result: "passed" or "failed" |