newrelic/newrelic-integration-e2e-action
Run e2e tests for the newrelic integrations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| spec_path | Path to the test specification file. | yes | — |
| account_id | New Relic account id used to test the integration | yes | — |
| license_key | New Relic license key used to test the integration | yes | — |
| api_key | New Relic api key used to test the integration | yes | — |
| retry_seconds | Number of seconds to wait after retrying a test | no | 60 |
| retry_attempts | Number of attempts a failed test can be retried | no | 15 |
| agent_enabled | Enable the agent execution | no | true |
| verbose | Verbose mode enabled | no | true |
| region | The region where to send/read the e2e data. The possible values are: * "US" for New Relic's US-based production, * "EU" for New Relic's EU-based production, * "Staging" for New Relic's staging (internal use only) and * "Local" for a local development of the backend (internal use only). The values at the time of writing this are from this commit: https://github.com/newrelic/newrelic-client-go/blob/ece2430d7cfd7f5bd69c300568a7e9ec24f287ca/pkg/region/region_constants.go#L7-L20 | no | US |
| scenario_tag | Allow customers to set the testing cluster name as their cluster name if they do not want to use the auto-generated random cluster name. | no | "" |
Outputs
no outputs