How to get output from dotnet test

Running dotnet test will not show you any output, not from your test code and not from the adapter/engine. It runs by default in quiet mode. To get some output from the adapter, run it in normal mode, by setting the verbose option to normal -v n You still wont get anything out from your … Continue reading How to get output from dotnet test