I’m new to the UnitTesting and Cucumber, and today I tried to implement a simple example from a tutorial in Intelij and Eclipse and I got the same error when I try run the TestRunner.java. My pom.xml: File .feature TestRunner.java Steps My file structure: And the error: 1 Scenarios (1 failed) 4 Steps (1 failed, 3 skipped) 0m0,225s java.lang.ExceptionInInitializerError …
Tag: cucumber-junit
Error while running cucumber in junit
Hi i am new to cucumber java. i am trying to run a simple cucumber feature test. below are my feature file, step definition file and junit runner file. but i am not able to run the test succesfully in cucumber-java,cucumber-junit 1.1.6 version. Feature file Stepdefinition file Cucumber runner file I am getting below error: POM.xml But when i am