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?
Please sign in to leave a comment.
just add --snippets camelcase to the Program Arguments in Edit Configurations under the run menu.