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 junit.xml support #216

Open
sontek opened this issue Oct 19, 2013 · 3 comments
Open

Add junit.xml support #216

sontek opened this issue Oct 19, 2013 · 3 comments

Comments

@sontek
Copy link

sontek commented Oct 19, 2013

JUnit.xml is a standard format that systems like jenkins support for giving test error results. A sample report:

https://gist.github.com/sontek/7059671

Gives you error output, line numbers, etc. So you can give actual details into what failed.

@sontek
Copy link
Author

sontek commented Oct 19, 2013

Each test runner should be able to tell strider where they placed their test report and strider should pick it up to give nice output of why the tests passed/failed.

@jaredly
Copy link
Member

jaredly commented Oct 19, 2013

sounds like a great idea for a plugin

@jaredly
Copy link
Member

jaredly commented Nov 9, 2013

see the strider-blanket plugin for an example of how to add some html to the build page

@knownasilya knownasilya removed this from the Plugin milestone Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants