trivago/cucable-plugin

compilation error is thrown when the feature name starts with a number

Closed this issue · 1 comments

Describe the bug
A clear and concise description of what the bug is.
When the feature file name is starting with a number then when the runner is generated it generated with the class name starting with number and hence throws compilation error.

To Reproduce
Steps to reproduce the behavior:

  1. Create a scenario with... a feature file name starting with number
  2. Run Cucable
  3. See error

java: illegal underscore

Hello @prabhus06 ,
thanks for reporting this!