Skip to content

StephenDavidson/python-bdd-behave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-bdd-behave

Travis Requirements Status

Example python bdd project using behave for this blog post.

setup

Requires python >= 3.5

git clone [email protected]:StephenDavidson/python-bdd-behave.git
cd python-bdd-behave
pip install -r requirements.txt

running tests

behave # run all feature files
behave features/ # run all feature files in the given folder
behave features/search.feature # run the search.feature file only
HEADLESS=true behave # run headless chrome

env variables

variable default value
BROWSER chrome
ENV production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published