Cucumber with selenium | Selenium Forum
M
Posted on 31/08/2015
I'm working on cucumber-selenium with junit maven integration frame work.

As per the framework explained in the videos ,i have created feature,step,webconnector files and trying to run from Maven
with command mvn intergartion -test...
but i see only feature file information but browser is not invoking nor interacting with elements in browser.

Please help me!!

Thanks
Soujanya

M
Replied on 01/09/2015

there is some configuration issue there is nothing alarming about warnings.

does tests pass in junit? if they do then the problem is not cucumber but problem of linking junit with selenium.


M
Replied on 02/09/2015

Thank you ..I've rechecked and there is a problem with Step file ,now it is fine and running