Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 478 Bytes

File metadata and controls

10 lines (6 loc) · 478 Bytes

Python Selenium Testing Framework using BDD

  1. Run the feature file present in skf-python-selenium-testing-framework\test_definitions\features\skf_wui\ directory using below command:

    Windows: behave test_definitions\features\skf_wui\skf_wui.feature --no-capture

    Mac: behave test_definitions/features/skf_wui/skf_wui.feature --no-capture

  2. Sample output (i.e., output.txt) is placed in skf-python-selenium-testing-framework\ directory