quipper/test-report-observability-action
Send test reports to Datadog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 5, 2026
- License
- Apache 2.0
Pinned Snippet
uses: quipper/test-report-observability-action@9d8b7b855f36f37d95bea849a5474580e47e4e1b # v0.125.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| junit-xml-path | Glob pattern to the JUnit XML file(s) | yes | — |
| metric-name-prefix | Prefix of the name of metrics | yes | testreport |
| filter-test-file-slower-than | Filter test files slower than the threshold (in seconds) | yes | 1 |
| filter-test-case-slower-than | Filter test cases slower than the threshold (in seconds) | yes | 1 |
| failed-test-report-artifact-name-prefix | The artifact name of the failed test report for detecting the flaky tests | yes | failed-test-report-${{ github.job }}-${{ strategy.job-index }}- |
| test-case-base-directory | Base directory to resolve the test case file path | no | — |
| enable-metrics | If false, do not send the metrics to Datadog | yes | ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} |
| send-test-case-success | Send succeeded test cases | yes | false |
| send-test-case-failure | Send failed test cases | yes | true |
| datadog-api-key | Datadog API key | no | — |
| datadog-site | Datadog site | no | — |
| sentry-dsn | Sentry DSN for sending the test cases | no | — |
| tags | Tags for Datadog and Sentry (key:value of multiline string) | no | — |
Outputs
no outputs