pramoddutta/BrowserBash Suite
Run plain-English browser tests (*_test.md) with the BrowserBash AI agent and post the verdict on the PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tests | Directory (or single file) of *_test.md tests | no | .browserbash/tests |
| provider | Browser provider: local | cdp | browserbase | lambdatest | browserstack | no | local |
| model | Model id (empty = auto resolution; set ANTHROPIC_API_KEY or provider keys in env) | no | "" |
| timeout | Per-test timeout in seconds | no | 300 |
| concurrency | Max parallel tests (empty = auto from CPU + memory) | no | "" |
| shard | Deterministic suite slice for matrix jobs, e.g. 1/4 | no | "" |
| budget-usd | Stop launching new tests once estimated spend reaches this | no | "" |
| version | browserbash-cli version to install | no | latest |
| comment | Post/refresh a PR comment with the verdict table (needs pull_request event) | no | true |
Outputs
| name | description |
|---|---|
| exit-code | Suite exit code: 0 passed, 1 failed, 2 infra/budget, 3 timeout |
| junit | Path to the JUnit XML report |