I have try to execute the tests which are integrate with cucumber and selenium via jenkins. Console shows that build is successful but I cannot see execution of tests(opening the browser and continue the user actions).
This automation project use cucumber and selenium webdriver. When I execute feature files though Intellij IDEA, its successfully executes. But not working with jenkins.
I have set the relevant settings(pom file path, Maven path, jdk path, cucumber report plugin enabled).