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

Tibor Digana updated SUREFIRE-919:
----------------------------------
    Fix Version/s: 2.19

> TestNG plugin fails to apply 'verbose' setting from TestNG.xml
> --------------------------------------------------------------
>
>                 Key: SUREFIRE-919
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-919
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: TestNG support
>    Affects Versions: 2.12.4
>            Reporter: red park
>            Assignee: Tibor Digana
>             Fix For: 2.19
>
>
> TestNG plugin is deliberately disabling TestNG verbose setting, as seen from 
> the code below.
> This effectively makes maven/surefire won't work with any TestNG client using 
> Reporter feature since it depends on verbose setting for higher level 
> verbosity.
> I'd like to see this fixed, so that the verbose setting from TestNG.xml is 
> actually applied correctly when tests are executed from maven environment.
> From TestNGExecutor.postConfigure():
>         // turn off all TestNG output
>         testNG.setVerbose( 0 );  
> I have also found the following:
> http://testng.1065351.n5.nabble.com/RemoteTestNG-disables-suite-level-verbose-setting-td7197.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to