Tag:pytest
All the articles with the tag "pytest".
-
Test Automation - How To Add Git Version Control Data To Allure Report in Python
Published:Learn how to automatically add Git commit information to Allure reports in a Python project using GitPython, improving debugging and traceability.
-
Test Automation - Selenium Example Python Project 2022 Updates
Published:An overview of recent updates to a Selenium Python example project, including CI/CD improvements, dependency automation with Dependabot, and enhanced reporting.
-
Test Automation - How To Attach Public IP Adress to Allure report using Pytest and Requests
Published:Learn how to automatically attach the public IP address of the test execution machine to Allure reports for enhanced debugging of failed tests.
-
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.