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

jUnit XSD: which one to use? #2

Open
mdelapenya opened this issue Nov 11, 2021 · 1 comment
Open

jUnit XSD: which one to use? #2

mdelapenya opened this issue Nov 11, 2021 · 1 comment
Labels
question Further information is requested

Comments

@mdelapenya
Copy link
Owner

I'm using https://github.com/joshdk/go-junit as jUnit parser but maybe it's worth to own a struct representing the official XSD for junit on Jenkins: https://github.com/junit-team/junit5/blob/main/platform-tests/src/test/resources/jenkins-junit.xsd

@v1v @kuisathaverat, what are your thoughts on this?

@mdelapenya mdelapenya added the question Further information is requested label Nov 11, 2021
@kuisathaverat
Copy link
Collaborator

AFAIU go-unit gives you a struct way to load JUnitfile to use then as objects, it does not say which version of JUnit supports, the latest update was 9 months ago so probably JUnit 5 and sure JUnit 4, due most of the work is done there, I'd say that worth to contribute to go-unit to cover wherever we found is not supported now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants