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 Plugin crashes when I enclose any word with double quotes in feature file. It is reproducible in the group io.cucumber and not in info.cukes group
#297
Closed
pavanswt opened this issue
Nov 26, 2018
· 2 comments
Thank you for submitting bug report !
I am please to annonce you this issue was known, and the fix was ever done #285
It will be available in the next release.
Hi Quentin,
Thank you for your email.
I am sorry to repeat the issue. I haven't seen that this issue is already
been open.
Anyways thank you Very much for suggesting snapshot version for the quick
work around.
Regards,
Pavan
Steps to Reproduce
https://mvnrepository.com/artifact/io.cucumber/cucumber-junit
Feature: Title of your feature
I want to use this template for my feature file
Scenario: Title of your scenario
Given I want to write a step with the precondition
When I complete action
Then I validate the "Hello" text
Run as the feature file with cucumber JVM
Copy the snippets and put in to step def class file.
Restart your eclipse and observe the feature file is crashed with the following error message.
Illegal repetition near index 14
I validate the {string} text
^
Please find the attached screenshots and files for your reference.
The text was updated successfully, but these errors were encountered: