Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/accraze/behave-generator

Setup Python Projects to use Behave BDD
https://github.com/accraze/behave-generator

bdd generator python

Last synced: 17 days ago
JSON representation

Setup Python Projects to use Behave BDD

Awesome Lists containing this project

README

        

# behave-generator

CLI to setup Python Projects to use Behave BDD

## Install
```
pip install behave-generator
```

## Usage
CLI command "behave-generator" will create:
* `features/` directory
* `features/steps` directory
* `features/environment.py`

There is one command option `--browser` which configures the Behave setup to
use Selenium Webdriver for integration/functional testing.

```
$ behave-generator --browser=chrome
```