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

[jira] [Closed] (SUREFIRE-1253) configfailurepolicy to allow continue if child suite-file is missing

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

Tibor Digana closed SUREFIRE-1253.
----------------------------------
    Resolution: Not A Bug

Feel free to reopen when necessary.
I guess Surefire is orthogonal issue.

> configfailurepolicy to allow continue if child suite-file is missing
> --------------------------------------------------------------------
>
>                 Key: SUREFIRE-1253
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1253
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: Maven Failsafe Plugin
>    Affects Versions: 2.19.1
>         Environment: Any
>            Reporter: Noam Manos
>            Assignee: Tibor Digana
>
> Currently configfailurepolicy=continue does not work when TestNG suite-files contains a missing suite-file, for example:
> <suite-files>
>         <suite-file path="missing_file.xml"></suite-file>
>         <suite-file path="existing_file.xml"></suite-file>
> </suite-files>
> Will not run anything, and will fail on:
> Running TestSuite
> java.io.FileNotFoundException: missing_file.xml (The system cannot find the file specified)



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