An open API service indexing awesome lists of open source software.

https://github.com/sauceforge/saucery3

Saucery for NUnit 3
https://github.com/sauceforge/saucery3

automation c-sharp dotnet jenkins nunit nunit-framework nunit3 tdd testing

Last synced: about 2 months ago
JSON representation

Saucery for NUnit 3

Awesome Lists containing this project

README

          

# [Saucery 3](http://www.nuget.org/packages/saucery3) (for NUnit 3)

[![Build Status](https://saucelabs.com/buildstatus/saucefauge)](https://saucelabs.com/beta/builds/8eb1292ba4c145caad0f077871c72f0f)

Previously released NuGet packages are held in a private repository. This version is driving forward to integrate with NUnit 3.8.1 and later.

As Saucery is highly dependent on NUnit3, bugs in NUnit3 can impact Saucery.

Saucery NuGet packages will only be released when Selenium testing against SauceLabs show that Saucery is functioning as expected.

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

"C:\Program Files (x86)\NUnit.org\nunit-console\nunit3-console.exe" --result:junit-selenium-testsuite.xml;transform=nunit3-junit.xslt
exit %%ERRORLEVEL%%

nunit3-junit.xslt can be acquired from here.

Publish test results in Jenkins with a Post Build "Publish JUnit test result report" step specifying junit-*-testsuite.xml (or whatever filename you specified in the command above).

Adding the "Embed Sauce Labs reports" additional test report feature and the "Run Sauce Labs Test Publisher" Post build step is also recommended.