You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/09/20 11:22:09 UTC

[GitHub] [netbeans] ebarboni commented on issue #4513: Running (or Debugging) a single Integration Test via maven broken in Netbeans 14

ebarboni commented on issue #4513:
URL: https://github.com/apache/netbeans/issues/4513#issuecomment-1252210179

   If think we need the to add the surefire.failIfNoSpecifiedTests=true ( introduced in 2.12 version ) to the action mapping for integration.
   If you have only failsafe it works but with both surefire and failsafe the issue
   @Yaytay is it possible for you to edit Integration test file actions to have the following properties
   ```
   test=DummyToSkipUnitTests
   failIfNoTests=false
   surefire.failIfNoSpecifiedTests=false
   it.test=${packageClassName}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists