Cucumber Project Feature Files | Selenium Forum
M
Posted on 06/10/2016
As Explained by Ashish sir,

I have created two feature files in my cucumber project

When i am executing the runner class, the first step class is executed and printed in console

[b:45y25b6b][u:45y25b6b]While the second step class is not executed and not printed in console[/u:45y25b6b][/b:45y25b6b]

But in JUnit it is showing pass for second step class as well

No exceptions occurred

please suggest me how to proceed further

M
Replied on 06/10/2016

get rid of first feature file and then try again with only the second file.