Skip to content

ErolOZKAN-/Python-Behave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Behave Test Automation Framework for Python

INSTALL

pip3 install behave

USAGE

  • Define steps in Gherkin language.
  • Implement steps.
  • Use tags to group features and scenarios.
  • Report.

COMMANDS

$ behave $ behave --tags=tag $ behave --tags=~excludeTag $ behave features/featureFile.feature

REPORT

$ behave --junit

REFERENCES

https://behave.readthedocs.io/en/latest/