cucumber-ruby-wire

Wire protocol plugin for Cucumber

MIT License

Stars
7
Committers
18

Bot releases are visible (Hide)

cucumber-ruby-wire - v7.0.0 Latest Release

Published by github-actions[bot] 12 months ago

Added

Changed

  • Minimum ruby version is now 2.6 (#68)
  • Compatibility with cucumber versions up to cucumber 9.x now added (#68)

Fixed

  • Fixed up some basic style incompatibilities with old rspec tests (#68)

Removed

cucumber-ruby-wire - v6.2.1

Published by github-actions[bot] almost 3 years ago

Fixed

  • Fix usage with message-related formatters like the html formatter
    (PR#57
    Issue#56)
  • Removed dependency to cucumber-messages
cucumber-ruby-wire - v6.2.0

Published by github-actions[bot] about 3 years ago

Changed

  • Patched cucumber-core, cucumber-expressions and cucumber-messages
cucumber-ruby-wire - v6.1.1

Published by aurelien-reeves about 3 years ago

[6.1.1]

Changed

  • Use the new InstallPlugin hook rather than AfterConfiguration.
    (#52)
cucumber-ruby-wire - v6.1.0

Published by github-actions[bot] about 3 years ago

Added

  • The possibility to verify if the plugin has already been installed or not. To
    do so, use Cucumber::Wire::Plugin.installed?.
    (46)

Changed

  • cucumber-wire is now able to install itself as a plugin into cucumber-ruby.
    (46)