Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 572 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 572 Bytes

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