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?

1
2 comments

Does Rider support this?

0
Hello,

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.
0

Please sign in to leave a comment.