Running Tests with command line
Answered
I saw that Rider uses dotnet as .NET core executable. So i was wondering how to emulate what rider do when tests are run (Nunit tests).
My purpose is to run a solution tests with command line for automatic test.
Somebody knows that?
Please sign in to leave a comment.
Does Rider support this?
Rider does not support Unit tests running outside the UI\via command line.
You may use `dotnet test` command for automated tests launch from the command line.