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
The --dotcucumber option doesn't have a corresponding @Cucumber.Option attribute.
I think we should rename it to --stepdefsjson FILE and @Cucumber.Option(stepdefsjson="FILE"). Specify STDOUT for FILE to have it go to STDOUT - handy for IDEs which might not care about a file.
The text was updated successfully, but these errors were encountered:
The
--dotcucumber
option doesn't have a corresponding@Cucumber.Option
attribute.I think we should rename it to
--stepdefsjson FILE
and@Cucumber.Option(stepdefsjson="FILE")
. SpecifySTDOUT
forFILE
to have it go to STDOUT - handy for IDEs which might not care about a file.The text was updated successfully, but these errors were encountered: