No commit activity in last 3 years
No release in over 3 years
Cucumber client to publish test results to Probe Dock, a test tracking and analysis server.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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.