I am using cucumber with ant. I have got the required jars in the lib and on the classpath.[Note i am not using maven as this is an existing framework with ant]
I have added the following in the run configuration on eclipse:
${selected_resource_loc}
--glue com.madeTst src/resources
--format pretty
--monochrome
I have created a feature file and also a step definition but alas when i run the feature it indicates the steps i need to put in the step definition file.
Can you please let me know how to make sure that eclipse understand where the step definition file is on?
Plus, is there a specific directory structure that i need to have? The one i have is:
src.resources.checkout.features
src.resources.com.madTst.Ckout.java
Appreciate any help.
Guru