Tag:GitHub-Actions
All the articles with the tag "GitHub-Actions".
-
Test Automation - Optimizing Playwright Test Reports: Automating Allure Results Merging with GitHub Actions
Published:Simplify your CI/CD workflow by using the Allure Results Combiner and Publisher GitHub Action to automatically merge and publish reports from parallel test runs.
-
Test Automation - How to Sync Playwright Versions Between Python and GitHub Actions
Published:Solve frustrating CI/CD failures by automatically synchronizing Playwright and browser versions between your Python project and GitHub Actions workflow.
-
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.