Skip to content

DianPermana/Automation-Testing-BDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework Automation

this is basic end to end UI Automation testing using python 3.11 and pycharm tools

Feature

  1. Behavior driven development (BDD)
  2. Page object Model (POM)
  3. Selenium
  4. Allure Reporting

Test run

screen-capture_compress.mp4

Test Result

image

how to use allure report

Install allure-behave

pip install allure-behave or check this https://github.com/behave/behave

run allure report

behave -f allure_behave.formatter:AllureFormatter -o .\reports\ .\features\login.feature

show result

allure serve %allure_result_folder%