dotnet test -t
and fully qualified name
#897
-
Using the dotnet cli, is there any way to get it to output the fully qualified name of tests when running I ask because A) I think this would be useful and B), the VSCode extension .Net Core Test Explorer seems to require this in order to list the known tests. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
OsirisTerje
Oct 10, 2021
Replies: 1 comment
-
You can try: dotnet test -t -- NUnit.DisplayName=FullName Can you point me to where it states that the VSCode extension .Net Core Test Explorer requires this? That documentation should be updated :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
OsirisTerje
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try:
Example:
Can you point me to where it states that the VSCode extension .Net Core Test Explorer requires this? That documentation should be updated :-)