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 report feature #5

Open
elyezer opened this issue Mar 3, 2016 · 4 comments
Open

Add jUnit XML report feature #5

elyezer opened this issue Mar 3, 2016 · 4 comments
Assignees

Comments

@elyezer
Copy link

elyezer commented Mar 3, 2016

Many test runners provide a way to generate a jUnit XML report from the test run. Some of them are py.test and nosetests, runners for python unittests.

jUnit XML are very useful in a CI environment like Jenkins since it is able to parse the XML and generate great visual report.

All that said, it should be very interesting to clitest have the ability of generating a jUnit XML report output, which will bring clitest to a next level for sure allowing it to be used on CI for documentations and also for actual CLI programs.

The schema definition for the jUnit XML report can be fount at [1].

[1] https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd

@aureliojargas
Copy link
Owner

Great idea 👍

@elyezer
Copy link
Author

elyezer commented Mar 8, 2016

😄

@aureliojargas aureliojargas added this to the v1.0.0 milestone Mar 9, 2016
@elyezer
Copy link
Author

elyezer commented Jul 2, 2020

@aureliojargas aureliojargas removed this from the v1.0.0 milestone Jul 2, 2020
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

2 participants