Releases: Legionivo/Allure-to-TestRail-exporter
Releases · Legionivo/Allure-to-TestRail-exporter
v 1.6.0
- 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
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.2
Custom SSL certificates support added
Gradle wrapper version updated
Switch to Java 11
v 1.5.1
Plugin name change
Supported versions limited to IntelliJ Idea 2019.2
v 1.5.0
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
Parameters resolving improvements
v 1.4.6
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