mourasman/TestRail Upload Results
Uploads test results to TestRail
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run - parse_junit or parse_robot | yes | — |
| testrail-host | TestRail Host | yes | — |
| testrail-user | TestRail User | yes | — |
| testrail-password | TestRail Password | yes | — |
| testrail-project-name | TestRail Project name | yes | — |
| report-path | Report filepath | yes | — |
| testrun-title | Testrun Title | yes | — |
| project-name | Project Name | yes | — |
| close-run | Close the newly created run | no | — |
| case-matcher | Mechanism to match cases between the report and TestRail. | no | — |
| suite-id | Suite ID to submit results to. | no | — |
| suite-name | Suite name to submit results to. | no | — |
| run-id | Run ID for the results they are reporting (otherwise the tool will attempt to create a new run). | no | — |
| plan-id | Plan ID with which the Test Run will be associated. | no | — |
| config-ids | Comma-separated configuration IDs to use along with Test Plans (i.e.: 34,52) | no | — |
| milestone-id | Milestone ID to which the Test Run should be associated to. | no | — |
| section-id | Section ID to create new sections with test cases under. | no | — |
| run-description | Summary text to be added to the test run. | no | — |
| case-fields | List of case fields and values for new test cases creation. Usage: --case-fields type_id:1 --case-fields priority_id:3 | no | — |
| result-fields | List of result fields and values for test results creation. Usage: --result-fields custom_field_a:value1 --result-fields custom_field_b:3 | no | — |
| allow-ms | Allows using milliseconds for elapsed times. | no | — |
| special-parser | Optional special parser option for specialized JUnit reports. | no | — |
Outputs
no outputs