Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@BernardoSilva BernardoSilva released this 23 Sep 12:56
· 3 commits to master since this release
cd2b211

Add support for new paginated list of cases response from Testrail.
Looks like Testrail changed the response of endpoint to get cases to be paginated and that caused out existing assumptions/code to fail.
This will ensure the same behavior by recursively fetch all the cases from the API endpoints.