https://issues.apache.org/bugzilla/show_bug.cgi?id=43969
--- Comment #13 from Michael Clarke <[email protected]> --- I've added a patch with changes to report Ignored test (those marked with the @Ignore annotation) and skipped tests (those where Assume tests failed). The reporters bundled with the junit task have been modified to report these tests as skipped, and an additional interfaces has been added to allow users to add these events to their existing TaskListeners. The default XML report of changes contains the follow additional details with my patch: 1. An additional attribute on the root testsuite element named 'skipped' that contains the number of ignored and skipped tests 2. The test attribute on the root testsuite element now counts all tests (both run and ignored), not just the ones that have been run 3. All tests are listed as testcase elements, not just the ones that haven't been ignored 4. Any test that has been ignored or skipped has a child 'skipped' element that, if a message was given on the @Ignore annotation or a message given for an Assume failing, includes a message attribute containing that message This bring the XML document in-line with the XMl reports from other runners (e.g. Maven Surefire) and other test suites (e.g. TestNG) Patch attached as 'Proposed Skipped Test Reporting Changes'. Any comments, ideas, suggestions or issues are welcome. -- You are receiving this mail because: You are the assignee for the bug.
