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/05/30 18:52:00 UTC

[jira] [Updated] (SUREFIRE-823) Surefire needs distinct (from failsafe) test skip

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

Michael Osipov updated SUREFIRE-823:
------------------------------------
    Fix Version/s: 3.x-candidate

> Surefire needs distinct (from failsafe) test skip
> -------------------------------------------------
>
>                 Key: SUREFIRE-823
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-823
>             Project: Maven Surefire
>          Issue Type: Improvement
>            Reporter: James Nord
>            Priority: Major
>             Fix For: 3.x-candidate
>
>
> If you use both surefire and failsafe in the same project there is no way to skip unit tests but run failsafe tests (as the surefire -DskipTests=true flag is also used by failsafe).
> The only way around this is to override the default surefire plugin configuration to change the skipTets property to use a different property - however this is combersome and the project may not belong to you (so each time you need to edit the project locally).
> It would be beneficial if you could somehow bypass surefire unit tests but still run failsafe integration tests via the lifecycle.
> (ie not using the goals directly as there may be some code gen or other that is needed in an eralier phase)



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