talocode/Agent Browser Check
Run deploy-friendly Agent Browser smoke checks in CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Public URL to smoke check | yes | — |
| screenshot-out | Screenshot output path relative to the workspace | no | agent-browser-screenshot.png |
| vision | Enable optional vision inspect on the screenshot | no | false |
| fail-on-console-errors | Fail the check when console errors are present | no | true |
| fail-on-network-errors | Fail the check when failed network requests are present | no | true |
| fail-on-blank | Fail when vision detects a blank screenshot | no | true |
| upload-artifact | Upload screenshot and JSON report as workflow artifacts | no | true |
Outputs
| name | description |
|---|---|
| status | Smoke check status (pass, warn, or fail) |
| summary | Human-readable smoke check summary |
| report-path | Path to the JSON report file |
| screenshot-path | Path to the saved screenshot, if captured |