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 results treat Skipped test cases as Passed #70

Closed
bryanbcook opened this issue Jul 4, 2024 · 0 comments
Closed

JUnit results treat Skipped test cases as Passed #70

bryanbcook opened this issue Jul 4, 2024 · 0 comments

Comments

@bryanbcook
Copy link
Contributor

As per the JUnit specification, skipped tests are represented as an element named skipped:

<testsuites>
  <testsuite ... skipped="1">
      <testcase ....>
          <skipped/>
      </testcase>
  </testsuite>
</testsuites>

The current implementation should report these tests with a status of SKIP. Instead, they are treated as PASS.

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