You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cucumber tests are failing with below error for the latest 7:3:0 version:
java.lang.noSuchMethodError: java.util.stream.Collectors.toUnmodifiableList() Ljava/util/strea/Collector;
at io.cucumber.core.gherkin.messages.GherkinMessagesFeatureParser.parse(GherkinMessagesFeatureParser.java:33)
✅ What did you expect to see?
cucmber-java8 uses only Java8 and below versions.
📦 Which tool/library version are you using?
Java 8
cucumber-java8
cucumber-junit
🔬 How could we reproduce it?
Steps to reproduce the behavior:
Update existing test automation project to cucumber-java8 : 7.3.0, cucumber-junit : 7.3.0
Run the tests
See error
java.lang.noSuchMethodError: java.util.stream.Collectors.toUnmodifiableList() Ljava/util/strea/Collector;
at io.cucumber.core.gherkin.messages.GherkinMessagesFeatureParser.parse(GherkinMessagesFeatureParser.java:33)
👓 What did you see?
Cucumber tests are failing with below error for the latest 7:3:0 version:
✅ What did you expect to see?
cucmber-java8 uses only Java8 and below versions.
📦 Which tool/library version are you using?
Java 8
cucumber-java8
cucumber-junit
🔬 How could we reproduce it?
Steps to reproduce the behavior:
📚 Any additional context?
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: