testrail-api
testrail-api copied to clipboard
Python wrapper of the TestRail API
Seems to be a bug in TR documentation https://support.testrail.com/hc/en-us/articles/7077978310292-Users#getusers Current output is a dictionary and has the same format as all methods that support bulk request (get_cases, get_tests etc.) and...
Documentation here: https://support.gurock.com/hc/en-us/articles/7832161593620-BDDs
Runs _session.runs.add_run() for POST index.php?/api/v2/add_run/{project_id} not working as expected
Error message: [2023-07-29 16:58:07,930][ERROR][_session]: Code: 400, reason: Bad Request url: https://hp-testrail.external.hp.com/index.php?/api/v2/add_run/466, content: b'{"error":"Field :suite_id is a required field."}' The issue is the suite_id is not required parameter based on https://support.testrail.com/hc/en-us/articles/7077874763156-Runs#addrun,...
I was wondering if it be ok to include the full response object in the exception along with the args currently there? The response has the headers, and request, which...
TestRail 9.3.1 release included a breaking change to the [get_suites](https://support.testrail.com/hc/en-us/articles/7077936624276-Suites#getsuites). `Breaking change on the get_suites endpoint from TestRail 9.3.1 onwards, as it was updated to support pagination.` The `get_suites` endpoint...
Added bulk method call for suites due to testrail 9.3.1 adding pagination