vscode-catch2-test-adapter
                                
                                
                                
                                    vscode-catch2-test-adapter copied to clipboard
                            
                            
                            
                        Catch2, Google Test and doctest Adapter for the VSCode
**Checklist** - [x] Checked [Support page](https://github.com/matepek/vscode-catch2-test-adapter/blob/master/documents/support.md) **Is your feature request related to a problem? Please describe.** No support for Boost.Test framework **Describe the solution you'd like** It'd be great to...
**Checklist** - [x] The issue is about this extension and NOT about a fork. - [ ] Check the [known issues](https://github.com/matepek/vscode-catch2-test-adapter/blob/master/documents/support.md#known-issues) list. - [x] The latest version of the extension...
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: **Special notes for your reviewer**:
**Checklist** - [x] Checked [Support page](https://github.com/matepek/vscode-catch2-test-adapter/blob/master/documents/support.md) After upgrading the extension to a version using the native testing API, I realized that I lost the ability to auto-run Google test C++...
Add CppUTest Framework support with tests. TODOs: - [ ] make it work without `junit-report-merger` - [x] fix TODO comments - [x] fix Manual Cpp debugging
I would love this extenson to support the CppUTest Framework. How much effort do you think would be needed to implement this? If the effort is not to high, I...
Thank you for being part of the Open VSX community by adding your extensions to the Open VSX Registry. Please note that the service was recently transferred to the Eclipse...
**Checklist** - [x] The issue is about this extension and NOT about a fork. - [x] Checked the [ALL the SUPPORT](https://github.com/matepek/vscode-catch2-test-adapter/blob/master/documents/support.md) document. - [x] The latest version of the extension...
This is a new issue that is a follow-up of #420. I added my comment there, but that issue is closed and I cannot re-open it. My assumption is that...
**Checklist** - [x] Checked [Support page](https://github.com/matepek/vscode-catch2-test-adapter/blob/master/documents/support.md) **Is your feature request related to a problem? Please describe.** When running test instances in parallel (regardless of whether it's multiple instances of the...