I\'d like to report them before they\'re run, and have the option to run individual tests through shell scripts without managing categories. We have some unmanaged code whic
There is now the --explore command-line option that can be used to list all test cases without running tests. More specifically
--explore
nunit3-console.exe MyProject.dll --explore
For more info: https://github.com/nunit/docs/wiki/Console-Command-Line#description