-
Notifications
You must be signed in to change notification settings - Fork 500
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
cucumber removing the deprecated formatter API in 4.0 #634
Comments
any idea what to replace it with ?
…On Wed, Apr 25, 2018 at 1:36 PM, Tommy ***@***.***> wrote:
just a heads up, WARNING: The formatter ParallelTests::Gherkin::RuntimeLogger
is using the deprecated formatter API which will be removed in v4.0 of
Cucumber.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#634>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAsZ_Tmz8uYr-axvp4tgPSE9Ann75vbks5tsN4-gaJpZM4TkHSv>
.
|
This seems to show the difference: https://github.com/cucumber/cucumber-ruby/blob/c26c2d102bb72193fe299b2d25edc4e82fdbba54/features/docs/extending_cucumber/custom_formatter.feature#L44-L85 They did jump the gun a bit since there is no migration described publicly anywhere. :( |
maybe open an issue there and ask for how this should be done now ? (and
link it to this issue here)
…On Fri, May 11, 2018 at 1:23 AM, Stanisław Pitucha ***@***.*** > wrote:
This seems to show the difference: https://github.com/cucumber/
cucumber-ruby/blob/c26c2d102bb72193fe299b2d25edc4e82fdbba54/features/docs/
extending_cucumber/custom_formatter.feature#L44-L85
They did jump the gun a bit since there is no migration described publicly
anywhere. :(
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#634 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAsZ2ZdcIp3uk3ssI8wkxV_SjQ0Z7wBks5txOgOgaJpZM4TkHSv>
.
|
Already did, edited the comment, but can't edit your email notifications ;) |
thx!
…On Fri, May 11, 2018 at 6:23 AM, Stanisław Pitucha ***@***.*** > wrote:
Already did, edited the comment, but can't edit your email notifications ;)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#634 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAsZ1E-P_RtFTcFwM09cGZigFYJs7qhks5txS5sgaJpZM4TkHSv>
.
|
Note, When I run with Cuke-ruby 4.0.0.rc1, I am getting this error: |
yeah ... time for another PR to adjust the api :(
... for now stay on 3.x until there is an official 4.0 release
…On Wed, Nov 28, 2018 at 9:29 AM Jason Koelewyn ***@***.***> wrote:
Note, When I run with Cuke-ruby 4.0.0.rc1, I am getting this error:
/home/ec2-user/.rvm/gems/ruby-2.5.1/gems/parallel_tests-2.27.0/lib/parallel_tests/cucumber/scenarios.rb:2:in
`require': cannot load such file -- cucumber/core/gherkin/tag_expression
(LoadError)
@grosser <https://github.com/grosser>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#634 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAsZ-XBt-Xx2G6uQYVqFKkv2AJMJgCsks5uzsfvgaJpZM4TkHSv>
.
|
Be Advised, this is from the Cuke team:
Also:
|
just a heads up,
WARNING: The formatter ParallelTests::Gherkin::RuntimeLogger is using the deprecated formatter API which will be removed in v4.0 of Cucumber.
The text was updated successfully, but these errors were encountered: