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 support for testsuite as root node #47

Conversation

bryanbcook
Copy link
Contributor

As per #46, there is some variance in JUnit reporting implementations. According to this schema, JUnit can support a list of testsuites or testsuite as the root node:

Existing format:

<testsuites>
   <testsuite>
     <testcase/>
     <testcase/>
   </testsuite>
   <testsuite .../>
</testsuites>

Also supported:

<testsuite>
   <testcase/>
   <testcase/>
</testsuite>

@ASaiAnudeep ASaiAnudeep merged commit abb8949 into test-results-reporter:main Feb 14, 2024
6 checks passed
@bryanbcook bryanbcook deleted the feature/46-junit-top-level-node branch February 14, 2024 12:55
@bryanbcook bryanbcook mentioned this pull request Feb 27, 2024
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.

2 participants