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
Therefore, I think the existing ParallelTests::Cucumber::FailuresLogger does no longer support Cucumber 2.0 as initialize method no longer sets @lines in a new Cucumber's version.
As you can see here
https://github.com/cucumber/cucumber/blob/v1.3.x-bugfix/lib/cucumber/formatter/rerun.rb
https://github.com/cucumber/cucumber/blob/master/lib/cucumber/formatter/rerun.rb
the code of Cucumber::Formatter::Rerun has changed significantly between 1.3 and 2.0.
Therefore, I think the existing ParallelTests::Cucumber::FailuresLogger does no longer support Cucumber 2.0 as
initialize
method no longer sets@lines
in a new Cucumber's version.Previously it was reported in #378
The text was updated successfully, but these errors were encountered: