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
Hi,
due to the current devDependencies, cucumber 6.x is installed alongside @cucumber/cucumber 9.x
"peerDependencies": { "cucumber": "4.x - 6.x", "@cucumber/cucumber": "7.x - 9.x" },
Could it be possible to drop support for cucumber < 7.x ?
The text was updated successfully, but these errors were encountered:
Hi @rutika89 ! Done in the scope of release 5.3.0.
Sorry, something went wrong.
AliakseiLiasnitski
Successfully merging a pull request may close this issue.
Hi,
due to the current devDependencies, cucumber 6.x is installed alongside @cucumber/cucumber 9.x
"peerDependencies": { "cucumber": "4.x - 6.x", "@cucumber/cucumber": "7.x - 9.x" },
Could it be possible to drop support for cucumber < 7.x ?
The text was updated successfully, but these errors were encountered: