fiestatools/tacotruck-action
Submit test results from any language/framework to services like TestRail, Testfiesta etc.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| handle | Your handle or username for the provider. This is used to identify your account on the provider. For testfiesta, it is your organization handle and for TestRail, it is your username. | yes | — |
| provider | Provider of your choice. Supported platforms include: TestRail, Testfiesta etc. | yes | — |
| project | Project ID for the provider. This is used to identify the project on the provider. | yes | — |
| results-path | Path to test results file or directory | yes | — |
| credentials | API key for test results service | yes | — |
| base-url | Base URL for the API | no | — |
| run-name | Name of the run | yes | — |
| source | Source of the run | no | — |
| fail-on-error | Fail the workflow if submission fails | no | true |
Outputs
| name | description |
|---|---|
| submission-id | ID of the submitted test results |
| results-url | URL to view the submitted results |