Tag:Code-Quality
All the articles with the tag "Code-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 - Pre-Merge Testing with GitHub Actions: A Step-by-Step Guide
Published:A step-by-step guide to setting up a pre-merge testing pipeline using GitHub Actions, including code formatting checks with Black and import sorting with isort.