Michal Bocek created SUREFIRE-1135: -------------------------------------- Summary: Improve ignore message for TestNG Key: SUREFIRE-1135 URL: https://jira.codehaus.org/browse/SUREFIRE-1135 Project: Maven Surefire Issue Type: New Feature Components: TestNG support Reporter: Michal Bocek
Once the test is ignored/skipped in TestNG no additional informations are reported. Surefire xml report contains only "skipped" element without any information. It will be very useful to provide addition info like message and stacktrace. JUnit reporter correctly provide ignore message from "Ignore" annotation so we can similarly provide message from SkipException. -- This message was sent by Atlassian JIRA (v6.1.6#6162)