-
Notifications
You must be signed in to change notification settings - Fork 11
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
Azure DevOps Pipelines invalid JUnit XML report format #2
Comments
Hi @adairdavid , I've changed the output to be conform with this XML Schema which is linked from the Azure docs. This has been released as This is quite a big change, @ggiraldez could you also try it out to see if it works for you? Thanks! |
Works for me on CircleCI. I did notice the |
I agree it would be useful to have it at the testcase, but that would invalidate the schema. I originally used this as a reference (waybackmachine link because apparently in the past week it stopped showing the example file). This has several things like I'm gonna leave it as is for now. If it turns out certain services aren't happy with what we generate now we can consider outputting multiple formats. @adairdavid I'm assuming this fixes your issues. If not please reopen. Thanks! |
Description
I am trying to run kaocha with the kaocha-junit-xml plugin to output test results in the new Azure DevOps build pipelines, to test if that's a platform my company wants to move towards. The pipeline task Publish Test Results is having trouble parsing the JUnit XML produced by the kaocha-junit-xml. I am unsure if this is a Pipelines issue, a Publish Test Results task issue, or a kaocha-junit-xml issue. I am not sure if there is a JUnit schema validator somewhere to check against?
I am on the following dependency versions:
Build output
JUnit File
helloworld.zip
The text was updated successfully, but these errors were encountered: