daillystephanepro/Runberry - Run Campaign
Trigger a Runberry test campaign from your CI/CD pipeline
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-token | Runberry API token (from project settings) | yes | — |
| org-id | Runberry organization ID (used to build the dashboard URL) | yes | — |
| project-id | Runberry project ID | yes | — |
| campaign-id | Runberry campaign ID to trigger | yes | — |
| api-url | Runberry API base URL | no | https://api.runberry.io |
| dashboard-url | Runberry dashboard base URL | no | https://www.runberry.io |
| browser | Browser to use (chromium, firefox, webkit) | no | chromium |
| wait | Wait for the run to complete (true/false) | no | false |
| timeout | Max wait time in seconds (only if wait=true) | no | 300 |
Outputs
| name | description |
|---|---|
| run-id | ID of the triggered run |
| status | Final status of the run (QUEUED, PASSED, FAILED, etc.) |
| dashboard-url | URL to view the run in Runberry dashboard |