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 feature file
- List all features and scenarios by folder
Usage
Generate project
$cukestart project myproject
$cukestart project myproject --front --page_object
$cukestart p myproject -fp
Generate feature file
$cukestart feature login
$cukestart f login
License
CukeStart is released under the MIT License.