Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 417 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 417 Bytes

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/