v1.13-beta
Pre-release
Pre-release
Release 1.13-beta
This release 1.13 introduces a bunch of new features to assert the result-set returned by a query and a few bug fixes or improvements.
This release is downloadable from there.
Version: 1.13.0.5 aka v1.13-beta
What's new ?
New features
- #133 Use 'row-count' with a condition and support % of rows validating the condition compared to full result-set.
- #148 & #59 Assert that all/no rows return by a query validate an expression (less-than, equal, more-than). A replacement, with additional features, for the deprecated
evaluate-rows
. - #154 Improvement in the task to start PowerBI
Bug fixes
- #159 In some conditions the command
group
could result in a list of string in place of an array - #142 If the test fails then the tasks in the cleanup element are not executed
What's next ?
Main ideas for release 1.13 (or next)
- Continue to support xml as a data source. The final goal is to be able to query xml files from reports (SSRS).
- Add support for testing that a result-set has no duplicated rows
- Support to test if rows have been added (or updated or deleted) in a table after the execution of a SQL statement or a ETL.