[
https://issues.apache.org/jira/browse/SUREFIRE-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16081084#comment-16081084
]
Tibor Digana commented on SUREFIRE-1340:
----------------------------------------
[~romain.manni-bucau]
You have two logins in Jira :)
I fully agree with you.
Additionally I am missing uptime of the plugin in test summary.
But I have to fix an issue I committed in HEAD commit, then all fixes of bugs
appeared in {{2.20}} fixed in to new version {{2.20.1}}.
We can count classes and compute %age. Methods can be accessed in plugin's
ClassLoader but this leads to loaded class in plugin and second time in the
forked jvm. People sometimes claim that static code was initialized twice.
I do not think we can have the same feature in TestNG provider. You know, we
try to offer features in both.
What about to have %age always at the end of console for this plugin (maybe
except for mvn -T xxx parallel exec)?
This would be cool effect but this is not issue of Surefire nothing but Maven
because Surefire uses generic console API from Maven project to print on
console including colors.
So please open a discussion at Maven Dev if you want this effect.
> add a kind of progress status to surefire output
> ------------------------------------------------
>
> Key: SUREFIRE-1340
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1340
> Project: Maven Surefire
> Issue Type: New Feature
> Reporter: Romain Manni-Bucau
>
> ATM surefire executes tests but for big suites no way to know where we are in
> the execution exactly. What about adding a kind of line prefix showing it:
> {code}
> [124/1254] normal output
> [124/1254] another normal output
> [126/1254] another normal output after 2 tests finished
> ...
> {code}
> This would at least allow to know where we are. Idea would be to have a
> counter in the "executor" and just show it when there is something on
> stdout/stderr.
> Of course it will require a new configuration flag to activate it.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)