robotframework-testrail icon indicating copy to clipboard operation
robotframework-testrail copied to clipboard

"testrail" will be automatically added to hostname

Open cplus02 opened this issue 6 years ago • 5 comments

Hi, I created a variable file as below:

***Variables***
${testRailServer}           192.168.118.152
${testRailUser}             [email protected]
${testRailPassword}         XXXXXX
${testRailRun}              2856
${testRailProtocol}         https

But when I connected via TestRailAPIClient, I got this error:

HTTPError: 404 Client Error: Not Found for url: http://192.168.118.152/testrail/index.php?/api/v2/add_result_for_case/2856/390412

but the correct URL should be

http://192.168.118.152/index.php?/api/v2/add_result_for_case/2856/390412

What should I do to solve this problem? Thanks.

cplus02 avatar Sep 18 '18 10:09 cplus02