Tech Radar BDD Repo
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
To execute (use tag to only execute the first test)
behave --tags=@basic
- Run without tag to run all tests
behave
- Task: Fix failing tests
Behave tutorial:
https://behave.readthedocs.io/en/stable/tutorial.html
Behave tags:
https://jenisys.github.io/behave.example/tutorials/tutorial11.html