Posts
All the articles I've posted.
-
Test Automation - How to Use Dynamic Base URLs with Playwright TypeScript in GitHub Actions
Published:Implement dynamic base URLs in your Playwright TypeScript tests using environment variables in GitHub Actions for seamless testing across different environments.
-
Test Automation - Accelerating Playwright TypeScript Tests with Parallel Execution in GitHub Actions and Allure Reporting
Published:Optimize your CI/CD pipeline by running Playwright TypeScript tests in parallel using GitHub Actions' matrix strategy and Playwright's native sharding.
-
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.