-
Question:We used cucumbers to create our testing framework, but we found that when we wanted to add the clip:: Parser startup parameter to the testing framework, the cucumbers library would also automatically intercept command line parameters, resulting in an unexpected argument '* found error being reported Is there a way for cucumbers to either block or ignore command-line parameters |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
You can add custom CLI options, as shown in the book. Or you can just create a struct of CLI options and pass it via |
Beta Was this translation helpful? Give feedback.
-
@ilslv |
Beta Was this translation helpful? Give feedback.
You can add custom CLI options, as shown in the book. Or you can just create a struct of CLI options and pass it via
Cucumber::with_cli