You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/01/07 08:45:00 UTC

[jira] [Updated] (SUREFIRE-1661) ConsoleOutputFileReporter should support parallel execution of test-sets

     [ https://issues.apache.org/jira/browse/SUREFIRE-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated SUREFIRE-1661:
-------------------------------------
    Fix Version/s: 3.0.0-M9
                       (was: 3.0.0-M8)

> ConsoleOutputFileReporter should support parallel execution of test-sets
> ------------------------------------------------------------------------
>
>                 Key: SUREFIRE-1661
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1661
>             Project: Maven Surefire
>          Issue Type: New Feature
>            Reporter: Tibor Digana
>            Priority: Major
>             Fix For: 3.0.0-M9
>
>
> The method
> {code:java}
> writeTestOutput( String output, boolean newLine, boolean stdout )
> {code}
> should recognise source/name within {{ReportEntry}}:
> {code:java}
> writeTestOutput( ReportEntry entry, String output, boolean newLine, boolean stdout )
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)