Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Cucumber gherkin version 15.0.2 to support cucumber 6.9.0 #493
Conversation
AllureCucumber6Jvm correspondingly updated dry-run steps results changed to PASSED due to cucumber behavior change: cucumber/cucumber-jvm#2109
Context
AllureCucumber6Jvm is incompatible with cucomber-jvm-6.9.0.
It uses io.cucumber:gherkin-5.0.1 while cucumber-jvm-6.9.0 uses 15.x.x.
io.cucumber:gherkin apis are too different to force 5.0.1 for cucumber-jvm-6.9.0 and vice-versa.
Checklist