Tag:Performance
All the articles with the tag "Performance".
-
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 - 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 Bypass Re-Login With Playwright Python And Pytest
Published:Speed up your test suite by using Pytest fixtures and Playwright's session storage to bypass repeated logins and persist authenticated sessions.