Releases: vipm-io/caraya
0.6.0 Caraya with Test Reports and Poly Assertions
This version features many improvements and is marked as a stable release.
It includes Test Report classes that allow the developer to create his or her own report formats. Example JUnit and SimpleText reports are provided. Please refer to the Wiki page associated with release 0.6.0 for more information. (https://github.com/JKISoftware/Caraya/wiki/Caraya-0.6.0-Release-Notes)
It also includes multiple fixes, reorganization of the palette and a few UI improvements such as double-click on a test to highlight the source node associated with that test.
0.6.0 Release Candidate 1
[Feature: 7] Adding support for JUnit-compatible XML file export
[Feature: 11] Adding an "Assert Equal_Float" assertion to compare float representation within a certain precision
[Feature: 14] Hook to inject an alternate "Export" format
[Fix: 15] Running Caraya Assertions in EXE builds
[Feature: 20] Double-click on test result in Test Manager GUI now points to the Assertion node if Text of label attached to assertion node matches the exact name of the test.
[Fix: 24] Default report generation now fixes hierarchy of assertions
[Feature: 25] Change of specification for Assert Equal to separate "Value" and "Value and Type" assertions
[Feature: 26] Assertions are now grouped in a polymorphic VIfor palette menu.
[Fix: 27] Double-clicking on empty space in the tree of the Test Manager UI no longer generates an error.
[Fix: 28] Fixed the issue where opening a test VI after it had left memory would give an error.
Thanks to the community members for their issue reports, feature requests and/or code contributions for this release:
Christopher Field (@volks73)
Stefan Droege (@StefanD986)
Kosist (@kosist)
Francois Normandin (@francois-normandin)
Omar Mussa (@omarmussa)
Jim Kring (@jimkring)
OlivierLabo (@OlivierLabo)
James Powell (@drjdpowell)
Neil Pate (@neilpate)
0.6.0 Release Candidate 2
Few bug fixes related to corner cases of issues 20 and 28.