Tag:Playwright
All the articles with the tag "Playwright".
-
Test Automation - Accelerating Playwright Python Tests with Parallel Execution in GitHub Actions
Published:A guide to distributing Playwright Python tests across multiple machines in parallel using GitHub Actions and pytest-split to dramatically reduce execution time.
-
Test Automation - Flexible Test Execution with Playwright Python and GitHub Actions
Published:Learn how to create a flexible GitHub Actions workflow that allows for both scheduled regression runs and on-demand execution with custom pytest commands.
-
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.