How to integrate cucumber-jvm with maven build
问题 i'm trying to put some bdd into my eclipse plugin project, but can't figure out how to run my integration tests during maven build fase. To write my tests i'm using SWTBot framework. I already did the feature generation fase, and setup my tests. How do i setup my pom to run my integration tests? 回答1: I use below configuration and run mvn clean verify . If you don't want to run tests in parallel, remove parallel , perCoreThreadCount and threadCountClasses tags. Make sure to update the regular