In this project we are introducing behave core features on 2 artifacts : CSP problem "K-map coloring" and simple flask application
- Steps
- Natural Language
- Step Parameters
- Scenario Outline
- Multi-line Text (Step Data)
- Setup Table
- Result Table
- Execute Other Steps in a Step
- Use Background
- User-defined Data Type
- Use Tags and another Spoken Language
pip install behave
For flask integration with behave please check that all requirements are installed by running the following command
cd flask_integration/ && pip install -r requirements.txt