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