CucumberJvmSMFormatter Error on IntelliJ IDE

2019-08-27 04:51发布

问题:

Why am I getting below error while running feature file in IntellijIDE with Java/Selenium + cucumber framework?

Error running 'Scenario: validating utag data on Login page ': org/jetbrains/plugins/cucumber/java/run/CucumberJvmSMFormatter

回答1:

I have had a similar issue but was fixed after doing the following: Uninstall the gherkin plugin and the cucumber for java plugin and then reinstall them.

File -> Settings -> Plugin