cd SeleniumDemoProject
msbuild SeleniumDemoProject.csproj
cd bin/Debug
nunit3-console SeleniumDemoProject.dll
-
Install Build Tools for Visual Studio from https://www.visualstudio.com/downloads/
-
Install Nunit Console from https://github.com/nunit/nunit-console/releases/
-
Install Firefox from https://www.mozilla.org/en-US/firefox/new/
The NUnit results file is called TestResult.xml file, which is located in the bin/Debug directory.