You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/03 00:22:12 UTC

[jira] [Commented] (SUREFIRE-927) configFailurePolicy is not supported on Surefire plugin though it is supported on TestNG ant task

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

ASF GitHub Bot commented on SUREFIRE-927:
-----------------------------------------

Github user Tibor17 commented on the pull request:

    https://github.com/apache/maven-surefire/pull/9#issuecomment-216382925
  
    @wangxf1030 this way `mvn test -Dconfigfailurepolicy=continue` would work
    ```
            <configuration>
              <properties>
                <property>
                  <name>configfailurepolicy</name>
                  <value>${configfailurepolicy}</value>
                </property>
              </properties>
            </configuration>
    ```


> configFailurePolicy is not supported on Surefire plugin though it is supported on TestNG ant task
> -------------------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-927
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-927
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: TestNG support
>    Affects Versions: 2.12.4
>            Reporter: Kobi Kisos
>            Assignee: Kristian Rosenvold
>             Fix For: 2.13
>
>
> configFailurePolicy is not supported on Surefire plugin though it is supported on TestNG ant task
> configFailurePolicy - Whether TestNG should continue to execute the remaining tests in the suite or skip them if an @Before* method fails.



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