1- [ ![ Github Releases] ( https://img.shields.io/github/release/xkbeyer/CatchTestAdapter/all.svg?label=pre-release )] ( https://github.com/xkbeyer/CatchTestAdapter/releases )
21[ ![ Github Releases] ( https://img.shields.io/github/release/xkbeyer/CatchTestAdapter.svg )] ( https://github.com/xkbeyer/CatchTestAdapter/releases )
2+ [ ![ MIT license] ( http://img.shields.io/badge/license-MIT-brightgreen.svg )] ( http://opensource.org/licenses/MIT )
33# CatchTestAdapter
44A Visual Studio Extension to run [ Catch2] ( https://github.com/catchorg/Catch2 ) unit tests within the Visual Studio TestExplorer.
55
@@ -8,26 +8,25 @@ Use the latest [CatchTestAdapter.vsix](https://github.com/xkbeyer/CatchTestAdapt
88It can be installed by double clicking on the downloaded file.
99
1010### Visual Studio Compatibility
11- v1.6.x: Visual Studio 2019 v16.2 and newer
12-
11+ ##### v1.6.x: Works with Visual Studio 2019 v16.2 and newer
1312Beginning with Visual Studio 2019 v16.2 the CatchTestAdapter 1.5.1 is broken.
14- The new TextExplorer Window doesn't accept new test cases as a sub test case.
15- Therefore Catch SECTIONs are no longer shown as test cases after the discovery phase .
16- They are shown as sub results.
13+ The new TestExplorer Window doesn't accept new test cases as a sub test case.
14+ As a result the Catch2 ` SECTION ` s are no longer shown as sub test cases after the first run .
15+ Now they are shown as sub results of a test case .
1716
18- v1.5.1: Visual Studio prior v16.2
17+ ##### v1.5.1: Works with Visual Studio prior to v16.2
1918
2019### Status
2120
2221- Test cases are shown after discovery process.
2322- Stack trace link to the source line.
24- - Catch2 TAGS are implemented as Traits.
25- - SECTION and SCENARIO are shown as sub results.
23+ - Catch2 ` TAGS ` are implemented as Traits.
24+ - ` SECTION ` and ` SCENARIO ` are shown as sub results.
2625
2726### Testing
2827To run the unit tests against the ` CatchTestAdapter.dll ` of the solution, the ` Local.runsettings ` file must be loaded.
2928The ` TestAdaptersPaths ` should be adapted to point to the Solution directory.
30- ```
29+ ``` xml
3130<TestAdaptersPaths >c:\Path\to\the\Solution\bin\Debug</TestAdaptersPaths >
3231```
3332
0 commit comments