Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/accraze/behave-generator
- Owner: accraze
- License: bsd-2-clause
- Created: 2016-11-07T01:19:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T03:16:05.000Z (about 8 years ago)
- Last Synced: 2024-12-13T05:17:29.010Z (about 1 month ago)
- Topics: bdd, generator, python
- Language: Python
- Homepage: https://pypi.python.org/pypi/behave-generator
- Size: 34.2 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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
```