[
https://issues.apache.org/jira/browse/SUREFIRE-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14988180#comment-14988180
]
Tibor Digana edited comment on SUREFIRE-1194 at 11/3/15 9:37 PM:
-----------------------------------------------------------------
Do you want to implement TestNG5143Configurator and TestNG50Configurator?
I guess we should move this code from TestNGMapConfigurator.java to
TestNG50Configurator.java because "-reporterslist" is available since 5.0 till
5.14.3.
There's quite a lot of work to be precise with "-reporter" because the range
[5.10,6.5) should be split in two [5.10,6.0) and [6.0,6.5), and added new one
[6.5,).
was (Author: tibor17):
Do you want to implement TestNG5143Configurator and TestNG50Configurator?
I guess we should move this code from TestNGMapConfigurator.java to
TestNG50Configurator.java because "-reporterslist" is available since 5.0 till
5.14.3.
There's quite a lot of work to be precise because the range [5.10,6.5) should
be split in two [5.10,6.0) and [6.0,6.5), and added new one [6.5,).
> reporter argument does not work for TestNG
> ------------------------------------------
>
> Key: SUREFIRE-1194
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1194
> Project: Maven Surefire
> Issue Type: Bug
> Components: TestNG support
> Affects Versions: 2.19
> Reporter: Testo Nakada
> Assignee: Tibor Digana
> Fix For: 2.19.1
>
>
> TestNG plugin seems to map -reporter command line parameter to reporterslist
> which was removed in TestNG project since 2010
> (a4779524b59330e98ee596c5faa43ae1b33ff844). Therefore, this configuration has
> stopped working since then. The configuration mentioned in
> http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html#Using_Custom_Listeners_and_Reporters
> does not work as expected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)