Posts
All the articles I've posted.
-
Test Automation - Efficient Element Selection with Playwright Python using Test IDs
Published:Improve test readability and robustness by configuring Playwright to use custom 'data-test' attributes for element selection with the get_by_test_id() method.
-
Test Automation - Speeding Up Testing with Playwright Python using Local Storage
Published:Optimize your test execution time by using Playwright to programmatically manipulate browser local storage, bypassing repetitive UI steps to set up application state.
-
Test Automation - How To Link Playwright Traces and Videos to Allure Report using GitHub Actions
Published:Enhance your test analysis by automatically uploading and linking Playwright traces and videos of failed tests to your Allure reports using GitHub Actions.
-
Test Automation - How To Perform Automated Accessibility Checks Using Playwright Python And Axe
Published:A practical guide to integrating Axe with Playwright and Python to automate web accessibility checks and ensure an inclusive user experience.