v0.9.1
Important Fixes
This is a bug-fix release and there are no breaking changes from 0.9.0 which was released last month. The 2 main reasons why you should upgrade are the following:
HTML Report Concurrency Problem #629
When there were multiple Scenario
-s within a feature, the logs could get mixed up. Note that this bug does not affect the accuracy of test results, but will make it harder to troubleshoot in some cases.
Un-helpful match error message #621
One of the changes in 0.9.0 unfortunately made the match
error message a lot less user-friendly, instead of identifying the exact path to the mis-matched element, you would see a generic message like: all key-values did not match
- and worse, a dump of all sibling data-elements, which could be quite verbose.
There are a few other fixes including a windows path issue for the standalone JAR, see the whole list here.