Skip to content

AymanElsayeed/AllureExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allure Recport Example using Pytest

Objective:

This project is to demonstrate how to generate Allure report using Pytest framework and its capabilities which includes:

  • Attachments
  • Test case description
  • Parameters
  • Description

How to run the project:

Execute the following command in the terminal:

 pytest -s -v --alluredir ./reports tests
 allure serve ./reports

To Generate Allure Report:

allure generate ./reports -o ./docs

The Allure Report