How do you run NUnit tests using the NUnit console runner?
Download and use nunit3-console.exe from NUnit site:
nunit3-console.exe YourTestAssembly.dll
It runs all tests in the assembly and outputs results.
Download and use nunit3-console.exe from NUnit site:
nunit3-console.exe YourTestAssembly.dll
It runs all tests in the assembly and outputs results.