diro / robot-testrail

A python script for report robot test result to testrail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

robot-testrail

A python script for parsing robot test result and update the test result of TestRail

In robot-framework test case, you have to add CID:n in the Tags field where the n is the CID in testrail.

Example: The max query count is 100 [Documentation] This test case is .... [Tags] CID:1

Requirement

https://github.com/gurock/testrail-api/tree/master/python/2.x

Usage

python robot-testrail.py --folder=./UAT --pid=PROJECT_ID --user=USER --pwd=PWD --testrail=https://YOUR_IP/testrail

About

A python script for report robot test result to testrail


Languages

Language:Python 100.0%