...

/

Running Tests from the Command Line

Running Tests from the Command Line

Get familiar with the automated testing CLI commands in .NET.

We'll cover the following...

The most basic way to execute .NET tests from the CLI is to navigate to the location of the test project in the terminal and run the following ...