Skip to content

Dli3/bdd_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published