[
https://issues.apache.org/jira/browse/SUREFIRE-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202658#comment-17202658
]
Tibor Digana commented on SUREFIRE-1834:
----------------------------------------
You and your management should be interesting in XML report.
The XML report is relevant and the warning/info can be interpreted as you like.
The log is a worth for developers and the Warning as well. You know why! The
developers use to Ignore the tests due to intermediate changes but they forget
to remove the annotation in their code. This is very useful indicator.
If you want to hide this colour flash about the skipped tests in the log, then
i would say that you would decrease the code quality this way and it is
undesired.
This logger appears in the Extensions API and you can implement yours, and add
your JAR to the classpath of the plugin.
> Make warnings for skipped tests configurable
> --------------------------------------------
>
> Key: SUREFIRE-1834
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1834
> Project: Maven Surefire
> Issue Type: Improvement
> Components: Maven Surefire Plugin
> Affects Versions: 3.0.0-M5
> Reporter: Martin Winandy
> Priority: Major
>
> Currently, Surefire outputs warnings for skipped tests.
> For example:
> {noformat}
> [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed:
> 0.037 s - in org.tinylog.core.runtime.LegacyStackTraceAccessTest
> [WARNING] Tests run: 62, Failures: 0, Errors: 0, Skipped: 2
> {noformat}
> I have some platform depending tests, which are enabled or disabled depending
> on the actual platform. It would be great, if a property could be introduced
> to disable warnings for skipped tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)