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

Retrieving Build Status from GitHub Using PyGitHub

Friendly Introduction to Our Quest Welcome to the world of automating build status retrieval on GitHub using Python and PyGitHub. In this guide, we will delve into how you can effortlessly check the status of builds on GitHub repositories by harnessing the capabilities of PyGitHub. What You’ll Learn By the end of this tutorial, you … Read more