It is hard to find, because there is a lot of outdated documentation, either for NUnit2 or NUnit3.
Steps:
- Official NUnit3 console installers are here: https://github.com/nunit/nunit-console/releases (path is different than in docs)
- Download
NUnit.Console-*.msipackage and install - Add to system
PATHvariable this:C:\Program Files (x86)\NUnit.org\nunit-console - Open command line
-
Type:
$ nunit3-console test.dll
// For running multiple test assemblies in parallel see: https://stackoverflow.com/a/45486444/1453525