The initial step definition file(skeleton) is being generated by Cucumber Plugin in Eclipse. (i.e Right Click-> Run as -> Cucumber Feature)
I want to automate this whole step either using Java Code or Jenkins Scripting.
My question is :
Is cucumber-java plugin helping to achieve this ? (Some code triggers this automation) Or Do I need to write my own logic for generating this Gherkin ?