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

Convert trace results to Xunit #5

Open
johandk89 opened this issue Aug 22, 2013 · 3 comments
Open

Convert trace results to Xunit #5

johandk89 opened this issue Aug 22, 2013 · 3 comments

Comments

@johandk89
Copy link

Convert trace results so that Bamboo and Jenkins can read the test results

@enriquez
Copy link
Owner

Thanks, I'll keep this in mind as one of the output formats when working on #2

@enriquez
Copy link
Owner

enriquez commented Sep 9, 2013

@johandk89 I'm not familiar with Xunit. Can you point me to any resources on the specifications of the output?

@johandk89
Copy link
Author

Xunit/Junit is a format needed to parse test results in Bamboo, jenkins and Hudson. Here is a sample

http://stackoverflow.com/questions/4922867/junit-xml-format-specification-that-hudson-supports

<testsuite tests="3"> <testcase classname="foo" name="ASuccessfulTest"/> <testcase classname="foo" name="AnotherSuccessfulTest"/> <testcase classname="foo" name="AFailingTest"> <failure type="NotEnoughFoo"> details about failure </failure> </testcase> </testsuite>

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

No branches or pull requests

2 participants