Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blendle/cucumber-blendle-steps
General Cucumber steps used in Blendle projects
https://github.com/blendle/cucumber-blendle-steps
cucumber cucumber-steps
Last synced: 9 days ago
JSON representation
General Cucumber steps used in Blendle projects
- Host: GitHub
- URL: https://github.com/blendle/cucumber-blendle-steps
- Owner: blendle
- Created: 2015-11-30T13:18:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T15:29:44.000Z (almost 5 years ago)
- Last Synced: 2024-11-15T22:22:44.222Z (about 1 month ago)
- Topics: cucumber, cucumber-steps
- Language: Ruby
- Size: 70.3 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# cucumber-blendle-steps [![wercker status](https://app.wercker.com/status/a041fddb02cd177bd800343184ea7635/s/master "wercker status")](https://app.wercker.com/project/bykey/a041fddb02cd177bd800343184ea7635)
This gem combines some of the Cucumber steps used throughout all of Blendle
projects.More steps, features and documentation will follow...
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'cucumber-blendle-steps'
```And then execute:
$ bundle install
## Usage
add `require 'cucumber/blendle_steps'` to your `features/support/env.rb` file.
See [cucumber/blendle/steps](lib/cucumber/blendle/steps) for predefined steps,
and [cucumber/blendle/support](lib/cucumber/blendle/support) for some general
support/setup scripts.