Tag:GitHub-Actions
All the articles with the tag "GitHub-Actions".
-
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 - 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 Use Dynamic Base URLs With Selenium And Playwright Python In GitHub Actions
Published:Learn how to implement dynamic base URLs in your Selenium and Playwright Python tests using GitHub Actions for flexible environment management.