Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halleck45/bddwizard
GUI for Behavior Driven Development
https://github.com/halleck45/bddwizard
Last synced: about 2 months ago
JSON representation
GUI for Behavior Driven Development
- Host: GitHub
- URL: https://github.com/halleck45/bddwizard
- Owner: Halleck45
- License: mit
- Created: 2014-03-21T14:54:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-03T16:14:56.000Z (over 9 years ago)
- Last Synced: 2024-10-31T17:51:57.282Z (about 2 months ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 56
- Watchers: 16
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BDDWizard
GUI Tool for Behavior Driven Development fans.
This tool helps Product Owners to manage their features. They can:
+ list their features and know the state of each feature
+ filter features by state, tag, etc...
+ edit features
+ add new features![Listing](docs/screen-home-small.jpg)
![Edit feature](docs/screen-edit-small.jpg)
# Usage
wget https://github.com/Halleck45/BDDWizard/raw/master/build/bdd-wizard.phar
php bdd-wizard.phar --features=/path/of/features --reports=/path/of/junit-format/resultsPHP BuiltIn server will listen on http://localhost:8001 (change it with the `--server` option).
# Requirements
+ PHP 5.4
# Author
+ Jean-François Lépine
# License
See the LICENCE file