Kavipriya Adhinarayanan
Kavipriya Adhinarayanan
@grondinjc There is an attribute called TestCategory for C#, but I don't think there is an equivalent attribute for cpp though. Neither does your sample use any such attribute for...
Okay, I understand the ask. I will mark this as enhancement and add this ask to our backlog. But please note that this is not a priority for us right...
Thank you. Right now, the only workaround I can think of is to add some sort of a prefix to test method name to identify the category, such as TestCategory_TestMethodName....
Can you please collect full debug logs (set pipeline variable system.debug = true) and share the logs zip file here ?
Please share a basic sample project and I will run this in a pipeline at my end to see if I can repro this.
I was able to repro and debug this. The problem is that, when the nunit adapter gives a list of discovered test cases, all of them have the same fully...