Skip to content

Latest commit

 

History

History

ebay

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Every time you open a new terminal run this command first:
source venv/bin/activate
To get back to the normal terminal mode run:
deactivate
Command for running tests:
behave
Run a particular scenario
behave -n "<scenario name>"
Run a particular feature
behave -i <filename>