CukeStart WIP
CukeStart generates and help you to maintain a Cucumber project structure from the command line.
Installation
$gem install cukestart
Features
- Create a cucumber project structure
- setup capybara
- setup siteprism
- Generate a feature file from template
Usage
Create Project
$cukestart project myproject
$cukestart p myproject --front --page_object
$cukestart p myproject -fp
Generate Feature
$cukestart feature login
$cukestart f login
License
CukeStart is released under the MIT License.