Sauceforge / Saucery2

Saucery for NUnit 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saucery 2 (for NUnit 2)

In a Jenkins job, execute your test project in a Windows Batch Command step like this:

"C:\Program Files (x86)\NUnit 2.6.3\bin\nunit-console.exe" <workspace\relative\path\to\my\test.dll> /xml=nunit-selenium-testsuite.xml
exit %%ERRORLEVEL%%

Publish test results in Jenkins with a Post Build Publish NUnit test result report step specifying nunit-selenium-testsuite.xml (or whatever filename you specified in the command above).

About

Saucery for NUnit 2

License:MIT License


Languages

Language:C# 96.3%Language:XSLT 1.8%Language:PowerShell 1.5%Language:Shell 0.3%Language:Batchfile 0.1%