scalefactory / vagrant-cucumber

A Vagrant plugin to allow cucumber to work with VMs.
MIT License
40 stars 8 forks source link

Formatter doesn't work with cucumber >= 2.0.0 #10

Closed madAndroid closed 7 years ago

madAndroid commented 9 years ago

We're seeing an old issue re-surface where the output for the cucumber run is delayed ... in these instances, it turns out that cucumber version 2.0.0 has been installed into ~/.vagrant.d/gems/gems .. not sure exactly why the formatter fails, haven't dug into it yet, but it may be prudent to pin the version in the gemspec to < 2.0.0 for now until we can fully support cucumber > 2.0.0

phyber commented 9 years ago

Additionally, Cucumber 2.0.0 gives multiline arguments their own type instead of passing them along as a string. Anything not knowing how to deal with this new type will fail.