Simple examples to start with Behave and BDD
- Clone the project
git clone https://github.com/geovannicorsino/behave-examples.git
- Install the dependencies
pip install -r requirements.txt
This project has different directories, you need to inform the directory
-
- Rest
behave src\rest\features --no-skipped
-
- Simple program
behave src\simple_programs\features --no-skipped
-
- Front-end
behave src\frontend\features --no-skipped