-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Catch2 SECTIONs to TextExplorer test list #66
Comments
The Catch2 framework doesn't support it. :/ What I could do to generate the executable parameter list for the failing sections. Then it would be easy to set up a launch configuration for the executable. Would you use it? |
I made something for you (like 👵 makes 🍪). It will be released soon in version > 2.3.21 |
Thanks. Now I manually edit cmake launch configuration when debugging a section. OTOH I replaced most of my sections with test cases, it is much easier to run them from TestExplorer. |
You have to run the test beforehand you debug it. |
The sections do get reported in the xml output. |
Yes. In version 4.x it will be able to. |
Nice! |
Dear User, Version 4+ has been released recently. It is still missing
but it is on the todo list and I will look into it. I'm closing this issue for now. If you disagree then please comment |
Is your feature request related to a problem? Please describe.
It is hard to debug single catch2 SECTION
Describe the solution you'd like
Show list of TEST_CASE SECTIONs in Test Explorer panel. Allow to run and debug single section.
Describe alternatives you've considered
If it is hard to add next level to TestExplorer tree it would be great if TEST_CASE and its SECTIONs could be displayed next to each other on single list.
The text was updated successfully, but these errors were encountered: