Sign inSign up

sinanerdinc/robotframeworktestrail

By sinanerdinc

•Updated over 3 years ago

Import all robotframework test results to your testrail panel.

Image
0

244

sinanerdinc/robotframeworktestrail repository overview

⁠Usage

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.

⁠Import to 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
NameDefaultTypeRequiredDescription
project_idintTrueTestrail project id.
userstrTrueTestrail user.
pwdstrTrueTestrail password.
urlstrTrueTestrail url
run_name"%d/%m/%Y %H:%M:%S"strFalseTestrail run name.
include_allTruebooleanFalseThis setting determines whether the test run to be created should include all of your scenarios or only the tagged scenarios.
report_filestrTruePath of your output.xml file.

Tag summary

Content type

Image

Digest

sha256:ec8bd2605…

Size

22.7 MB

Last updated

over 3 years ago

docker pull sinanerdinc/robotframeworktestrail