You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolvesmochajs#1050
Adds test result for pending tests to results array. Pending tests will be
are then reported individually as <testcase name="test1"></skipped></testcase>
The reporter for xUnit skips pending test. For example, a testsuite with a single pending tests results in:
instead of:
This leads to Jenkins not showing the skipped/pending tests on the list of tests.
The JUnit XSD that Jenkins uses can be found at https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-format/dtkit-junit-model/src/main/resources/com/thalesgroup/dtkit/junit/model/xsd/junit-4.xsd
The text was updated successfully, but these errors were encountered: