Cucumber JVM Exceptions – BDD

Cucumber JVM Exceptions – BDD

Executing the below programs throws the following Exception cucumber.api.PendingException

Resolution:
Remove throw new PendingException(); from your steps

Exception in thread “main” cucumber.runtime.CucumberException: No backends were found
Resolution : 
Add the following dependency in the pom.xml which will resolve the issue.

Leave a Reply

Your email address will not be published. Required fields are marked *