-
Notifications
You must be signed in to change notification settings - Fork 509
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
Be able to generate xml/html reports #119
Comments
One suggestions is using html-testRunner and xmlrunner |
Dirty hack for now, but I've implemented a fork that generates xml junit reports in a fork. Not sure when I'll have time to cleanup the code and submit a merge request though. |
@ugocupcic Would you mind opening a PR and allowing me permissions to modify your fork? I can help clean the code up before merging. |
@ugocupcic +1 for junit xml support |
This was fixed with #291 |
Description
Be able to pass parameters like: [--xml-report dir] or [--html-report dir] and generate these reports
The text was updated successfully, but these errors were encountered: