bdd_python Prerequisite to running tests: In the root directory, run pip3 install -r requirements.txt To run behave tests: Navigate to the behaves directory. Type the test command behave To run pytest-bdd tests: Navigate to the pytest-bdd directory. Type the test command pytest or pytest -v -s -k '<tag>'