Creating Allure report after a Jenkins job ends using Pytest, Jenkins, and Playwright

What will you learn? Discover how to effortlessly generate Allure reports upon completion of a Jenkins job. This guide will walk you through setting up Allure report generation using Pytest for test automation, Jenkins for continuous integration, and Playwright for browser automation. Introduction to the Problem and Solution In the realm of CI/CD pipelines like … Read more

Testing Pytest Warnings Without Affecting Summary Reports

What will you learn? In this tutorial, you will delve into effectively testing warnings in Python using Pytest. You will discover how to maintain clean and focused summary reports while ensuring the quality of your code remains intact. Introduction to the Problem and Solution When working with Python, it’s essential to not only ensure that … Read more