Drew Ayling
Drew Ayling
Runs _session.runs.add_run() for POST index.php?/api/v2/add_run/{project_id} not working as expected
So, add_run only has one positional argument, project_id, but suite_id is allowed as a keyword argument. Are you providing the suite ID in the add_run method call?
Runs _session.runs.add_run() for POST index.php?/api/v2/add_run/{project_id} not working as expected
Can you please provide a complete stack trace?
Runs _session.runs.add_run() for POST index.php?/api/v2/add_run/{project_id} not working as expected
I attempted to fix your formatting, and your request looks right, but now that I inspect the documentation it has this very weird type for "suite_id",  I don't have...
Someone appears to be attempting it https://github.com/hughhan1/rtest
why does testrail even have a `v2` in their api path if they're not even gonna use it when they do stuff like this.