How can I get the complete test tree with dotnet test
?
Tests write with nunit
framework
I can use --list-tests
, but I will only get a plane list of test cases. No class hierarchy, fixtures, test methods with multiple cases, etc.
Yes, I can do it with nunit3-console, but it doesn't fit, unfortunately.