You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it doesn't group by test case base name before -> full test case name before '/'. And it can't resolve match variables.
It seems to group all test cases with '/' inside the executable to 1 node inside another node.
The text was updated successfully, but these errors were encountered:
I want this:
EXE_NAMES -> FIXTURES -> TESTCASEBASENAME_BEFORE'/' -> TESTNAMEAFTER'/'IFANY
And it should be able to run debugger on the tree node ESTCASEBASENAME_BEFORE'/'
I can't get this to work, and reading the source code is not very doable to me.
Best approximation of the idea I've come up with is this
But it doesn't group by test case base name before -> full test case name before '/'. And it can't resolve match variables.
It seems to group all test cases with '/' inside the executable to 1 node inside another node.
The text was updated successfully, but these errors were encountered: