bugbug-io/BugBug Cloud Runner
Official GitHub Action for running tests and suites on BugBug Cloud.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiToken | A token to authenticate with BugBug. Available only for paid plans. | yes | — |
| testId | Run with specific test ID. | no | — |
| suiteId | Run with specific suite ID. | no | — |
| version | Run with specific version. Default: "latest" | no | latest |
| profileName | Run with specific profile by providing its name (string) | no | — |
| outputPath | Path to save the junit report file. | no | test-results.xml |
| variables | Override variable during single run. | no | — |
| debug | Show more data (like raw API response). | no | false |
Outputs
| name | description |
|---|---|
| suiteRunId | The Run ID when executing passing a suiteId. |
| testRunId | The Run ID when executing passing a testId. |