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

Ability to create a junit report from results #115

Closed
DarthHater opened this issue Jan 22, 2020 · 3 comments
Closed

Ability to create a junit report from results #115

DarthHater opened this issue Jan 22, 2020 · 3 comments

Comments

@DarthHater
Copy link
Member

Release 3.x had the ability to create JUnit reports, so we could replicate this in 4.0.x, the question is do we need to? We've provided the ability to export to JSON for OSS Index and that might be sufficient to pipe to another application that creates junit reports?

@DarthHater
Copy link
Member Author

I did some quick Googling and did not see any real clean ways to do JUnit XML format. I wrote it up fairly quickly in #130 , and if the StackOverflow answer on format can be trusted, this should be sufficient.

Someone can take the work from #130 and do auditjs ossi --xml > file.xml and save that file as their test results, I believe. We could create our own file too, but I've kept it simple for now.

@DarthHater
Copy link
Member Author

🎉 This issue has been resolved in version 4.0.1-alpha.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

@DarthHater
Copy link
Member Author

Closing this for now as we saw this work in Jenkins when testing. If you have a need to have auditjs save the file for you, please open an issue specific to that!

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

1 participant