Skip to content

Fix JUnit XML output (fixes #5)#8

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

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

Conversation

@dcsobral

@dcsobral dcsobral commented Jul 1, 2019

Copy link
Copy Markdown

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
Copy Markdown

I vote for this fix

@dcsobral

dcsobral commented Jun 8, 2020 via email

Copy link
Copy Markdown
Author

@garysieling

Copy link
Copy Markdown

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