Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 377 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 377 Bytes

bdd_python

Prerequisite to running tests:

  1. In the root directory, run
pip3 install -r requirements.txt

To run behave tests:

  1. Navigate to the behaves directory.
  2. Type the test command
behave

To run pytest-bdd tests:

  1. Navigate to the pytest-bdd directory.
  2. Type the test command
pytest

or

pytest -v -s -k '<tag>'