Hi. In our team we are getting JUnit test results reports with Jenkins plugin. But we only get skipped tests (the ones with the Java annotation with @Ignore) at the package level. For the main report result window, we only get Fail and Total.
Check these images: *Main Test Result Report* You can see there are 138 skipped tests, but no one is shown at package level in the columns. Only Fail and Total columns are shown: <https://lh4.googleusercontent.com/-QI43LNXB3ss/Utkd934LRSI/AAAAAAAAA5M/3y_LUpuFQhc/s1600/testReportMainWindow.jpg> *Package Test Result Report* At the package level, skipped tests are shown indeed in the columns: Failed, Skip and Total <https://lh3.googleusercontent.com/-B-F-EbDUaTw/UtkeP5vyjzI/AAAAAAAAA5U/f_6Sq4unXS0/s1600/testReportPkgWindow.jpg> Is it possible to see the Skip column in the Main Test Result Report? Thanks in advance, Tomas. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
