Tag:CI-CD
All the articles with the tag "CI-CD".
-
Your CI/CD Pipeline Is a Lie: The Case for On-Demand Environments as the Real Quality Gate
Published:Why Unit Tests and Code Reviews are failing us, and how ephemeral, on-demand environments for every PR are the only real path to building a culture of quality.
-
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.