This project is to demonstrate how to generate Allure report using Pytest framework and its capabilities which includes:
- Attachments
- Test case description
- Parameters
- Description
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