Import all robotframework test results to your testrail panel.
244
Source: https://github.com/sinanerdinc/robotframework-testrail
You must add a tag named CID to your test scenarios.
*** Test Cases ***
Example Scenario
[Tags] CID=100
log to console Hello
CID=100 represents the case id of the scenario that you have created in Testrail.
docker run --rm -v $(pwd)/output:/app/output sinanerdinc/robotframeworktestrail --project_id PROJECTID --user YOUREMAIL --pwd PASSWORD --url TESTRAILURL --include_all True --report_file output/output.xml
| Name | Default | Type | Required | Description |
|---|---|---|---|---|
| project_id | int | True | Testrail project id. | |
| user | str | True | Testrail user. | |
| pwd | str | True | Testrail password. | |
| url | str | True | Testrail url | |
| run_name | "%d/%m/%Y %H:%M:%S" | str | False | Testrail run name. |
| include_all | True | boolean | False | This setting determines whether the test run to be created should include all of your scenarios or only the tagged scenarios. |
| report_file | str | True | Path of your output.xml file. |
Content type
Image
Digest
sha256:ec8bd2605…
Size
22.7 MB
Last updated
over 3 years ago
docker pull sinanerdinc/robotframeworktestrail