Running Cucumber tests directly from executable jar
问题 I have a project with cucumber and maven also I am using the JUnit. I am able to run and build my project successfully from Eclipse. Now I want to run the test from command line in another system which does(should) not have eclipse or cucumber installed. I have an idea that we can create a JAR from jar we can run the tests by java cli commands. Below are the combinations I am trying to run my tests from , also I am pasting the pom.xml and RunCukesTest.java file.. pom.xml <project xmlns="http: