We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per the JUnit specification, skipped tests are represented as an element named skipped:
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.
The text was updated successfully, but these errors were encountered:
fixed for skipped tests test-results-reporter#70
7d51e52
fixed for skipped tests #70 (#71)
a5012a1
No branches or pull requests
As per the JUnit specification, skipped tests are represented as an element named
skipped
:The current implementation should report these tests with a status of SKIP. Instead, they are treated as PASS.
The text was updated successfully, but these errors were encountered: