Sha256: cab4bea87a4db7b174c530b25b3db049c57f19c09103cfcec75e697b6deef1ff

Contents?: true

Size: 606 Bytes

Versions: 2

Compression:

Stored size: 606 Bytes

Contents

# CukeStart WIP

CukeStart generates and help you to maintain a Cucumber project structure from the command line.

![](<link>)

## Installation

```bash
$gem install cukestart
```

## Features
- Create a cucumber project structure
    - setup capybara
    - setup siteprism
- Generate a feature file from template

## Usage

### Create Project

```bash
$cukestart project myproject
$cukestart p myproject --front --page_object
$cukestart p myproject -fp
```

### Generate Feature

```bash
$cukestart feature login
$cukestart f login
```

## License

CukeStart is released under the [MIT License](LICENSE).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cukestart-0.3.0 README.md
cukestart-0.2.0 README.md