-
Notifications
You must be signed in to change notification settings - Fork 23
AllureCucumber::Formatter is using deprecated formatter API #63
Comments
any update regarding this issue? I have simliar issue like this
|
I have the same problem. Execute command: same command. ruby - 2.5.0 In cucumber 4.0 formatter will be replaced? How I can generate allure-report for now? |
Haven't thoroughly verified, but I put this monkey patch in my support/env.rb file if it helps anyone:
|
Hi @sk-jlewis , It's true, works for me too, but, did you have this problema on report? In my case, the keywords Given, When and Then didn't appears on report. |
Yes I also have that issue, I'll let you know if I produce anything today |
@sk-jlewis tks man, work for me too! |
The monkey patch works well enough for the missing name method, but the error: |
This is solved in new adaptor implementation v2.13.0 |
I'm submitting a BUG
What is the current behavior?
When I try to execute my features with AllureCucumber::Formater, cucumber generate a error about deprecated formatter API.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
cucumber --formater AllureCucumber::Formatter --out /reports/
What is the expected behavior?
All features running and generating allure results correct.
What is the motivation / use case for changing the behavior?
Allure-cucumber working with Cucumber last version.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: