Releases: Virtualstock/behave-testrail-reporter
Releases · Virtualstock/behave-testrail-reporter
v0.5.1
Handle new paginated responses from Testrail endpoint to get test runs
v0.5.0
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.
v0.4.0 - Avoid unnecessary Testrail requests
- Avoid unnecessary Testrail requests when running tests on branches that are not allowed to create Test Runs
v.0.3.1 - fix for TypeError: unhashable type: 'Status'
v0.2.0 - fix encoding issues
- Fix encoding issues when creating Testrail comments
V0.1.0 - Fix elapsed time being 0 and refactor
- Prevent elapsed time being less than 1
- general refactoring and code improvement
v0.0.2 - improve error messages
Small release that just improves error messages