Posts
All the articles I've posted.
-
Test Automation - Pre-Merge Testing with GitHub Actions: A Step-by-Step Guide
Published:A step-by-step guide to setting up a pre-merge testing pipeline using GitHub Actions, including code formatting checks with Black and import sorting with isort.
-
Test Automation - How To Edit Cookies in Selenium Python
Published:Learn how to programmatically edit browser cookies in Selenium Python, a feature not natively supported, to test different user states and scenarios.
-
Test Automation - How To Capture Full-Page Screenshots In Selenium 4 Python Using Chrome DevTools Protocol
Published:Overcome Selenium's viewport limitation by using the Chrome DevTools Protocol (CDP) to capture full-page screenshots in your Python tests.
-
Test Automation - How To Attach Session Storage, Local Storage, Cookies, and Console logs To Allure Report in Selenium Python
Published:A guide on capturing and attaching crucial browser data like session/local storage, cookies, and console logs to Allure reports for better debugging.