Posts
All the articles I've posted.
-
Test Automation - How to Sync Playwright Versions Between Python and GitHub Actions
Published:Solve frustrating CI/CD failures by automatically synchronizing Playwright and browser versions between your Python project and GitHub Actions workflow.
-
Test Automation - Efficient Element Selection with Playwright Typescript using Test IDs
Published:Learn to create more resilient and maintainable tests in Playwright TypeScript by configuring and using custom test IDs for element selection.
-
Test Automation - Data-Driven Testing (DDT) with Playwright TypeScript Using Excel
Published:A practical guide to implementing data-driven testing in Playwright TypeScript by reading test data from external Excel files.
-
Test Automation - How To Attach Public IP Address to Allure Report using Playwright TypeScript Auto Fixtures
Published:Enhance your Allure reports by automatically attaching the public IP address on test failure using a custom Playwright TypeScript auto-fixture.