Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for outputting NUnit style test result XML to Fake.Testing.XUnit2 #870

Merged
merged 1 commit into from
Jul 20, 2015
Merged

Add support for outputting NUnit style test result XML to Fake.Testing.XUnit2 #870

merged 1 commit into from
Jul 20, 2015

Conversation

andersosthus
Copy link
Contributor

The xUnit2 Console runner supports outputting test results in NUnit style XML, but this option is not included in Fake.Testing.XUnit2.

This PR adds in the param NUnitXmlOutputPath to XUnit2Params, and works the same way as the other test output params.

This is also similar to Fake.Testing.XUnit, which already has this option:
https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit/XUnit.fs#L17

@forki
Copy link
Member

forki commented Jul 20, 2015

sounds good. thx

forki added a commit that referenced this pull request Jul 20, 2015
Add support for outputting NUnit style test result XML to Fake.Testing.XUnit2
@forki forki merged commit 62657c3 into fsprojects:master Jul 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants