We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog: https://github.com/cucumber/cucumber-jvm/blob/master/CHANGELOG.md
We use a custom runner class io.cucumber.junit.JustTestLahRunner. This needs to be adapted to work with Cucumber 5.
io.cucumber.junit.JustTestLahRunner
Ideally, there will be a better way to pass options to Cucumber which allows us to remove this hacky workaround altogether. See also: cucumber/cucumber-jvm#1476 and cucumber/cucumber-jvm#1670.
The text was updated successfully, but these errors were encountered:
Done
Sorry, something went wrong.
No branches or pull requests
Changelog: https://github.com/cucumber/cucumber-jvm/blob/master/CHANGELOG.md
We use a custom runner class
io.cucumber.junit.JustTestLahRunner
. This needs to be adapted to work with Cucumber 5.Ideally, there will be a better way to pass options to Cucumber which allows us to remove this hacky workaround altogether. See also: cucumber/cucumber-jvm#1476 and cucumber/cucumber-jvm#1670.
The text was updated successfully, but these errors were encountered: