Skip to content

Releases: Virtualstock/behave-testrail-reporter

v0.5.1

23 Sep 15:45
902bb13
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Handle new paginated responses from Testrail endpoint to get test runs

v0.5.0

23 Sep 12:56
cd2b211
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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

28 Jun 13:56
0.4.0
46befb7
Compare
Choose a tag to compare
  • 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'

29 Aug 17:33
0.3.1
Compare
Choose a tag to compare

v0.2.0 - fix encoding issues

18 May 12:42
0.2.0
Compare
Choose a tag to compare
  • Fix encoding issues when creating Testrail comments

V0.1.0 - Fix elapsed time being 0 and refactor

01 May 13:11
0.1.0
Compare
Choose a tag to compare
  • Prevent elapsed time being less than 1
  • general refactoring and code improvement

v0.0.2 - improve error messages

30 Apr 14:03
0.0.2
94c35f5
Compare
Choose a tag to compare

Small release that just improves error messages