-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
IndexOutOfBoundException thrown when running Basic Arithmetic example #491
Comments
I think this bug is limited to the 'pretty' formatter as I get this issue also for my tests but it goes away if I change to the 'progress' formatter. |
Same problem here. It is a 1.1.3 regression, because running the same features with cucumber-jvm 1.1.2 works without problem. Only happens with "pretty" formatter. |
same issue on trunk, it happens when there is no statement |
I think this is a dupe of cucumber/gherkin#252. |
Verify that the changes in PR cucumber#557 indeed fixes cucumber#491 and the other reports of that the PrettyFormatter is broken.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Cucumber-JVM version: 1.1.3
JUnit version: 4.11
I've copied over the Basic Arithmetic java example contained within the cucumber-jvm project to my demo project (i.e., the RpnCalculator.java and RpnCalculatorStepdefs.java classes).
JUnit class
When I attempt to run the first scenario...
using the mvn clean test command, it produces the following console output
and the following stack trace
The text was updated successfully, but these errors were encountered: