rlogiacco / Natural

Natural is a collection of Eclipse plugins to enable rich smart editing of acceptance tests using natural language definition files. It currently supports Cucumber and JBehave syntax.
Eclipse Public License 1.0
75 stars 37 forks source link

Java code step definition detection is import dependent #94

Open e9425611 opened 2 years ago

e9425611 commented 2 years ago

Matching scenario outlines to the stepdefinition only works if the stepdefinition is based on the deprecated cucumber.api.java. but not when its based on io.cucumber.java..