Skip to content

Releases: DamianOsipiuk/testcafe-reporter-testrail

v0.11.1

12 Oct 08:31
ad427e3
Compare
Choose a tag to compare

0.11.1 (2022-10-12)

Bug Fixes

  • use proper runId for paginated queries (#42) (ad427e3)

v0.11.0

05 Oct 23:55
07f257d
Compare
Choose a tag to compare

0.11.0 (2022-10-05)

Features

  • support pagination on testrail API (when there are more than 250 results) (#41) (07f257d)

v0.10.0

30 Sep 05:52
acb89a2
Compare
Choose a tag to compare

0.10.0 (2022-09-30)

Features

  • add multi testcase meta tag support (#39) (acb89a2)

v0.9.0

08 Oct 16:13
267fcbf
Compare
Choose a tag to compare

0.9.0 (2021-10-08)

Features

v0.8.0

25 Sep 20:34
Compare
Choose a tag to compare

0.8.0 (2021-09-25)

Features

Breaking change

  • Due to changes to TestRail API, this release drops support for all Testrail versions lower than 7.2

v0.7.1

11 Jun 22:44
Compare
Choose a tag to compare

0.7.1 (2021-06-11)

Bug Fixes

  • wait for attachment upload (933f04d)

v0.7.0

11 Jun 15:36
Compare
Choose a tag to compare

0.7.0 (2021-06-11)

Bug Fixes

  • deps: bump deps, fix vulnerabilities (1c8ff9d)

Features

  • experimental: video attachment upload (729a251)

v0.6.3

16 Dec 13:46
7ae2e69
Compare
Choose a tag to compare

fix: gracefully handle null description
chore: fix lint errors
chore: apply prettier
chore: add eslint
chore: update dependencies

v0.6.2

01 Sep 13:40
0b8ac2c
Compare
Choose a tag to compare

fix: .testrailrc is not mandatory

v0.6.1

06 Aug 19:07
b6e3a33
Compare
Choose a tag to compare

security: bump dependencies
feat: ability to post results without creating or updating the run (thanks @Scot3004)