v1.1.0
This is the v1.1.0 release. It contains the following changes with respect to v1.0.0.
New Features
- Added
disabled
attribute to<Catch2Adapter>
node for use in the .runsettings file. - Added
<DebugBreak>
setting that turns on or off Catch2's break on test failure feature (--break
), when running tests viaDebug Selected Tests
.
Extended Features
- Added
Debug
level option to<Logging>
setting and updated what is logged in theVerbose
level. - Improve error handling, specifically when a duplicate testname is used, the potential resulting error is logged.
- Add support for reporting Fatal Error Conditions
Bug fixes
- Bug: Warnings in Sections are not displayed when there are no failures. Fixed.
- Bug: Get invalid test runner output error when Catch2 xml output produces additional text after xml report. Additional text is now ignored.