Skip to content

probedock/probedock-cucumber-ruby

Repository files navigation

Probe Dock Cucumber

Cucumber (Ruby) probe for Probe Dock.

Gem Version Dependency Status Build Status Coverage Status License

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

  • Fork
  • Create a topic branch - git checkout -b my_feature
  • Push to your branch - git push origin my_feature
  • Create a pull request from your branch

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

License

Probe Dock Cucumber is licensed under the MIT License.

About

Cucumber (Ruby) probe for Probe Dock

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages