You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have in my configuration alwaysDo(document("{class-name}/{method-name}") but the method names include a - when the method name has a word with all caps.
Example: GIVEN becomes g-i-v-e-n. I would like it to be given.
The text was updated successfully, but these errors were encountered:
Was there any particular reason for closing this, @chadmalla-ff? A change here seems reasonable to me, but it remains to be decided if it should be handled as a bug or as an enhancement to make things more configurable.
Opening a separate issue like told in #657
I have in my configuration
alwaysDo(document("{class-name}/{method-name}")
but the method names include a-
when the method name has a word with all caps.Example:
GIVEN
becomesg-i-v-e-n
. I would like it to begiven
.The text was updated successfully, but these errors were encountered: