Description
.NET test suites can be executed from scripts, terminals, and continuous integration jobs with the NUnit 3 console runner. It is useful when tests need to run outside an IDE or as part of automated release checks.
This is a command-line development tool. It does not create a graphical app; developers run it against test assemblies and review the resulting pass, fail, and diagnostic output.