Skip to content

Fix JUnit XML output (fixes #5)#8

Open
dcsobral wants to merge 1 commit intocoryb:masterfrom
dcsobral:bug/junitXML
Open

Fix JUnit XML output (fixes #5)#8
dcsobral wants to merge 1 commit intocoryb:masterfrom
dcsobral:bug/junitXML

Conversation

@dcsobral
Copy link

@dcsobral dcsobral commented Jul 1, 2019

Researching into this, I was able to confirm the current format is incorrect. In fact, I couldn't even see the results in the browser I used, until I applied the fix. Looking at one of the documented schemas I found, I could see the attributes being used corresponded to the testcase tag instead of the testcases tag, so I fixed it by introducing a new testcases tag and renaming the existing one.

@abourree
Copy link

I vote for this fix

@dcsobral
Copy link
Author

dcsobral commented Jun 8, 2020 via email

@garysieling
Copy link

I had the same issue in CircleCI. Pasting in the code from this PR fixed it.

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

Successfully merging this pull request may close these issues.

3 participants

Comments