Skip to content

Releases: Legionivo/Allure-to-TestRail-exporter

v 1.6.2

13 Oct 12:55
Compare
Choose a tag to compare

Small fixes

v 1.6.1

30 Sep 14:04
Compare
Choose a tag to compare

Authorization API update

v 1.6.0

29 Sep 16:48
Compare
Choose a tag to compare
  • Bug fixes.
  • TestRail API client updated to the latest version.
  • Human readable notifications in case of errors added. No more NullPointerException (I hope LOL)

v 1.5.4

19 Jul 13:49
Compare
Choose a tag to compare

Removed manual setup of test case type ID = 1, because some instances do not have such ID. From now Testrail will automatically assign default ID to test case.

v 1.5.3

16 Apr 10:27
Compare
Choose a tag to compare

Bug fixed

v 1.5.2

19 Mar 13:35
Compare
Choose a tag to compare

Custom SSL certificates support added
Gradle wrapper version updated
Switch to Java 11

v 1.5.1

18 Dec 15:47
Compare
Choose a tag to compare

Plugin name change
Supported versions limited to IntelliJ Idea 2019.2

v 1.5.0

20 Nov 13:08
Compare
Choose a tag to compare

Gradle version upgrade to 6.0.1
Intellij plugin version upgrade
GUI form improvements
Deprecated code call removed
com.intellij.modules.java plugin added as dependency

Plugin was published on JetBrains plugin catalog O_o

v 1.4.7

14 Nov 14:35
Compare
Choose a tag to compare

Parameters resolving improvements

v 1.4.6

14 Nov 11:41
Compare
Choose a tag to compare

TestRail sections creation from @Feature annotations improved:

  • If @Feature is present on a class and methods levels, method annotation is taken
  • If @Feature is not present on a class level, method annotation is taken
  • If conditions above are false - class annotation is taken