angularjs - cucumber shows step-def to be implemented even when it is implemented -


i using cucumberjs , protractor framework test angular website. have question regarding cucumber- everytime run single feature using cucumber (example cucumber "feature/abc.feature") gives me set of step-definitions need implemented feature.and gives me same after have implemented step-def also.

is usual behavior of cucumber? why doesn't evaluate step-def have been implemented or not?

cheers


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -