tvarchive / optimusTemplate

This is a cucumber jvm implementation template using the optimus mobile automation framework. If you like it, star it, help spread the word.

Home Page:http://docs.testvagrant.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run/Debug feature file from intellij not working.

asitishere opened this issue · comments

commented

I followed the wiki: https://github.com/testvagrant/optimusTemplate/wiki/How-to-run-features-from-intellij

scenario runner need Feature file Location, Module and Main class to start cucumber feature. I am attaching the screen short, I hope the Gradle task for the project remains “optimusSetup”

Please suggest what I am missing, without debug life is rocky.
screen shot 2017-10-24 at 2 51 43 pm

Regards
Asit

commented

Once fixed please share the detailed steps and update the wiki so others can use it.

The problem seems to be with the Gherkin version you are using. Update to latest gherkin version and it should work. Also, there was a slight change needed in wiki (an extra step where you need to add a VM param for optimusSetup gradle task), that has been fixed. Let us know when it works for you.

Jetbrains plugin repository shows 2 results when you search for Gherkin. You need to pick up the latest here https://plugins.jetbrains.com/plugin/9164-gherkin

commented

Thanks for extended help and support Sukesh.
Closing the Issue as its working now .