Releases: SahaginOrg/sahagin-java
Releases · SahaginOrg/sahagin-java
0.4
Improvement
- Change the intermediate data format for the consistent format specification and the performance improvement.
- Support FluentLenium.
- Change sahagin.yml entry "reportInputDataDir" to "reportIntermediateDataDir".
- Support variable length argument.
- Support conditional TestDoc by "if" and "end" keyword.
- Now can specify additional adapter class by the sahagin.yml new configuration entry, "adapters" (Experimental).
Bug fix
- FormatVersion check did not work correctly.
- Could not handle the TestDocs for the overloaded system methods.
0.3.1
Improvement
- Release sahagin-standalone.jar.
- Unify system TestDoc quotes to single quote.
Bug fix
- Could not display HTML report correctly on Jenkins, Windows, Firefox combination.
- Could not generate Sahagin intermediate data correctly when superclasses have TestDoc methods.
0.3
Improvement
- Change TestDoc of the basic operations on the HTML report according to the locale setting.
- Multi-language TestDoc features (this features consist of TestDocs annotation, Pages annotation, and locale value of TestDoc).
Bug fix
- Exception was thrown when target test code uses inheritance, interface, or abstract method.
- Exception was thrown when target test code uses Java8 new features such as lambda expression.
- Exception was thrown when target test code contains a wrapped method call line.