this is basic end to end UI Automation testing using python 3.11 and pycharm tools
- Behavior driven development (BDD)
- Page object Model (POM)
- Selenium
- Allure Reporting
screen-capture_compress.mp4
pip install allure-behave
or check this https://github.com/behave/behave
behave -f allure_behave.formatter:AllureFormatter -o .\reports\ .\features\login.feature
allure serve %allure_result_folder%