- Add the NUnit Plugin to Jenkins
- In your project go to Configure -> Build -> Add a build step
- In the dropdown scroll down to -> Execute Windows Batch Command
- Ensure this step is placed after your MSBuild step
- Add the following, replacing the variables:
Single dll test:
[PathToNUnit]\bin\nunit-console.exe [PathToTestDll]\Selenium.Tests.dll /xml=nunit-result.xml