Probe Dock Cucumber

{Cucumber}[https://cucumber.io] (Ruby) probe for {Probe Dock}[https://github.com/probedock/probedock].

Installation

In your Gemfile:

gem 'probedock-cucumber', '~> 0.1.3'

Then run bundle install.

Usage

In your specification configuration file, configure the probe:

ProbeDockCucumber.configure do |config|
  config.project.category = 'Cucumber'
end

With cucumber-rails, the configuration file is features/support/env.rb with the default setup.

Contributing

Please add a changelog entry with your name for new features and bug fixes.

License

Probe Dock Cucumber is licensed under the MIT License.