reportportal/agent-ruby

Add support for Cucumber 2.4

alalayla opened this issue · 5 comments

Now it fails with error uninitialized constant Cucumber::Events::TestCaseStarted (NameError) in Formatter https://github.com/reportportal/agent-ruby/blob/master/lib/report_portal/cucumber/formatter.rb#L44 immediately after launch

@aliaksandr-trush would you mind to contribute? ;)

@alalayla we are open for contribution!

Support for Cucumber 2 was removed some time ago with addition of support for Cucumber 3. We weren't sure it's worth to have compatibility.

Latest version that supports Cucumber 2 is 0.5 https://github.com/reportportal/agent-ruby/releases/tag/0.5

Cucumber 2 is quite old, and we aren't going to support it. If you need it, you can use an older version of this gem or patch it.