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

Create junitxml output #441

Closed
QuentinN42 opened this issue Feb 3, 2022 · 4 comments
Closed

Create junitxml output #441

QuentinN42 opened this issue Feb 3, 2022 · 4 comments

Comments

@QuentinN42
Copy link

On gitlab, test suite must output in junitxml format to be displayed on the UI.

I think I can add a parser to do this.

@QuentinN42
Copy link
Author

Soo ...
It's more complicated than I thought.
The xml format must have a head and a tail, need a bit of refactor.
I've forked the repo, I open an MR for that.

@QuentinN42
Copy link
Author

cf. #442

@adrienverge
Copy link
Owner

Hello,

Like in other similar issues: new third-party output formats (junitxml, SonarQube, checkstyle, codeclimate, etc.) are not likely to be accepted here.

What about writing a tiny wrapper to convert yamllint's output (YAML format, or JSON once it's implemented) to your favorite XML format?

@QuentinN42
Copy link
Author

I've already done that but it's flaky as f*

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

No branches or pull requests

2 participants