sematext/Sematext Synthetics CI/CD
Trigger Sematext Synthetics tests during your CI/CD workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| MONITOR_GROUP_ID | The ID of the monitor group to run the tests against (example: 42) | yes | — |
| REGION | The region where your Sematext Cloud account is located ('EU' or 'US') | yes | — |
| SEMATEXT_API_KEY | Your Sematext Cloud account's API key (visible in Settings -> API) | yes | — |
| TARGET_URL | The URL to run the Synthetics tests against (optional, will use the URL specified in the Sematext Cloud UI if not provided) | no | — |
| GIT_COMMIT_HASH | The commit hash that the Synthetics tests will be triggered for (optional and used for repository dispatches which aren't directly linked to a commit, will use the commit hash of the current commit if not provided) | no | — |
| USE_HEAD_SHA | Whether to use the HEAD SHA for the Synthetics tests (optional, defaults to false) | no | — |
Outputs
| name | description |
|---|---|
| result | The full result output from the Synthetics tests |
| status | The status of the tests (passed/failed) |
| error | The error message if the tests failed |
| group_run_url | The URL of the Group Run in the Sematext Cloud UI |