I have a framework which is used to created by core JAVA+TestNG. And the framework is followed by TDD model, and POM is our build management tool. Can somebody tell me is th
Yes, you can have CucumberJVM integrated with TestNG, Selenium and Maven.
You can run the tests from Jenkins with mvn test.
mvn test
Here you have a basic example:
http://automatictester.co.uk/2015/06/11/basic-cucumberjvm-selenium-webdriver-test-automation-framework/