Closed fthouraud closed 3 years ago
We should also tests that they are working in our CI. 😅
@fthouraud the issue you linked has been flagged as a duplicate, please link to https://github.com/cucumber/cucumber-js/issues/1474 instead
It seems that the only easy workarround is to use env variables
@fthouraud the issue you linked has been flagged as a duplicate, please link to cucumber/cucumber-js#1474 instead
I'm not sure it helps because none of the comments reveals the new official way to provide custom options: --world-parameters
.
Hi there 👋
Since Cucumber 7, it seems that custom command-line options are not allowed anymore (cf. cucumber/cucumber-js#1666 & cucumber/cucumber-js#1474) and that's a shame.
So we now have a problem, because all our options now produce an error (except
--tags
):error: unknown option '-u'
We have to think of another way to handle custom options 😬
Edit 1: add a reference to the original issue on cucumber-js