Maven build succeeds after cucumber test fails Maven build succeeds after cucumber test fails selenium selenium

Maven build succeeds after cucumber test fails


Finaly found out what I did wrong.

I executed the following mvn call: mvn integration-test -Pcucumbertest ...consequence of this was that the cucumber tests were executed, but not verified.

mvn verivy -Pcucumbertest does the job.