[ 
https://issues.apache.org/jira/browse/SUREFIRE-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15962128#comment-15962128
 ] 

Tibor Digana commented on SUREFIRE-1340:
----------------------------------------

[~romain.manni-bucau]
Pls explain me what you prefer more with this line:
{{[124/1254] normal output }}
Is it progress in the test set or text in JUnit Suite?
This:
{{Running ...Suite}}
{{[124/1226]}}
Or this:
{{Running ...Suite}}
{{FirstNestedTest: bla bla bla msg}}
{{SecondNestedTest: bla bla bla msg}}

> 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.3.15#6346)

Reply via email to