robotframework-testrail
robotframework-testrail copied to clipboard
"testrail" will be automatically added to hostname
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.