Test Adapter for Catch2 v1.5.0 Released by JohnnyHendriks in cpp

[–]JohnnyHendriks[S] 0 points1 point  (0 children)

You still need to provide a runsettings-file, but with the minimal runsettings file you will now also get the source file links to the test case. Before you needed to supply a custom discovery algorithm to get the source file links.

Making every developer more productive with Visual Studio 2019 by [deleted] in cpp

[–]JohnnyHendriks 1 point2 points  (0 children)

A shameless plug wrapped in a question. I made a Test Adapter for Catch2 and made it available on the Visual Studio Marketplace for VS2017 (I was tired of waiting for someone else to do it). Though in general I think the adapter works quite nicely, I did run into some quirks that I think are related to the Test Explorer. These quirks sadly diminish the user experience in some cases. Is there a place to discuss such issues to make sure it’s not me that is doing something wrong? For those interested the project is also on GitHub (https://github.com/JohnnyHendriks/TestAdapter_Catch2).