Posts
All the articles I've posted.
-
Test Automation - How To Create an Independent Automation Infrastructure using GitHub Actions
Published:Explore architectural approaches for creating a reusable, independent automation infrastructure as a product using GitHub Actions and Maven.
-
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.
-
Test Automation - How To Show Current Test Name Before Each Test
Published:A guide on using a TestNG listener and JavaScript to display the current test name in a pop-up window, enhancing visibility during test execution.