runpod/Run Runpod Tests
Run a runpod serverless worker based on a given image and record the results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| image-tag | The image tag of the docker image to test | yes | — |
| test-filename | The name of a file containing test cases | yes | .github/tests.json |
| runpod-api-key | A valid runpod api key | yes | — |
| request-timeout | Number of seconds to wait on each request before timing out | no | 300 |
| container-registry-auth-id | A runpod id for a registry auth object - only needed if creating templates from a private container image | no | — |
Outputs
| name | description |
|---|---|
| results | The test results encoded as JSON |
| total-tests | The number of total tests |
| started | The number of tests that were successfully started |
| completed | The number of tests that were completed |
| succeeded | The number of tests that were successfully completed |
| output-provided | The number of tests where expected output was provided |
| output-matched | The number of tests where output matched exactly with expected |