Tag:CI-CD
All the articles with the tag "CI-CD".
-
Guarding the Guards: Building a Pre-Merge Quality Gate for Your TypeScript Automation Framework
Published:A step-by-step guide to building a robust pre-merge Quality Gate for your automation framework itself using Playwright, TypeScript, and 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.