Tag:Allure
All the articles with the tag "Allure".
-
Test Automation - How To Build a CI/CD Pipeline Using Pytest and GitHub Actions
Published:A step-by-step guide to building a complete CI/CD pipeline for Python-based E2E tests using Pytest, Allure, Selenoid, and GitHub Actions.
-
Test Automation - How To Automatically Skip Failing Test Cases
Published:Implement a TestNG listener in Java to automatically skip tests marked with 'Issue' annotations, improving report clarity by focusing on passing tests.
-
Test Automation - How To Add Git Version Control Data To Allure Report in Java
Published:Learn how to enrich Allure reports in Java by automatically embedding Git version control data like commit ID and branch for better test traceability.