Posts
All the articles I've posted.
-
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.
-
Solving the JDK 17 Compatibility Issue with Appium: A Step-by-Step Guide
Published:A step-by-step guide to resolving the cglib compatibility issue that prevents Appium from working with JDK 17, enabling you to use the latest Java features.
-
Test Automation - How To extend selenium functionality using Lombok extension methods
Published:Learn how to use Lombok's @ExtensionMethod feature to add new, readable methods to Selenium's WebDriver class without modifying its source code.
-
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.