— Writing
Blog
Deep dives, tutorials, and real-world breakdowns on Python, automation, and software dev.
AllPython Deep DiveTest Automation
3 posts
Test Automation
CI/CD for Playwright Tests: A Real GitHub Actions Setup
A production-grade GitHub Actions workflow for Playwright — parallel sharding, caching, HTML reports as artifacts, and Slack notifications when tests fail.
Mar 5, 20265 min
Read Python Deep Dive⭐ Featured
Python Type Hints: A Practical Guide for Test Engineers
Type hints are not just for application code. Used well, they make your test helpers, fixtures, and page objects dramatically easier to maintain.
Feb 3, 20264 min
Read Test Automation⭐ Featured
Why I Switched from Selenium to Playwright (And Never Looked Back)
After years of writing Selenium tests, I switched to Playwright. Here is what changed, what stayed the same, and whether the switch was worth it.
Jan 10, 20263 min
Read