Cucumber For Java - CamelCase

Hi. Is there any way to set cucumber configurations? The default cucumber snippet type is "underscore" and I would like to change it to "camelcase". I don't see anywhere to set this. Perhaps there is some way to set this with system properties at startup?

1
1 comment
Avatar
Permanently deleted user

just add --snippets camelcase to the Program Arguments in Edit Configurations under the run menu.

2

Please sign in to leave a comment.