#ci-cd

15 items tagged with "ci-cd"

Blog Posts (11)

Automated Regression Testing: How to Do It and Track It

Aug 9, 2026

How to build an automated regression testing suite, wire it into CI, and track what it produces run over run: the half most guides skip.

Best Test Automation Reporting Tools in 2026 (Compared)

Jun 16, 2026

A fair comparison of 10 test automation reporting tools in 2026: Gaffer, Allure Report, Allure TestOps, ReportPortal, BrowserStack, ExtentReports, Testmo, Katalon TestOps, TestRail, and Tesults.

Playwright Reports: HTML, JSON, JUnit & Sharing in CI

Jun 11, 2026

Generate Playwright HTML, JSON, JUnit, and Blob reports, run them in CI, and host them so your team can open every run without the local machine.

Test Reporting: What to Include and How to Automate It

Jun 8, 2026

What a test report should contain, the types of test reports, and how small dev teams automate test reporting in CI instead of writing reports by hand.

Playwright Test Agents: Planner, Generator & Healer

Jun 8, 2026

How to use Playwright's planner, generator, and healer agents (v1.56+), run them in CI, and track whether agent-written tests actually stay stable over time.

Cypress Reports: Setup Guide for Mochawesome, JUnit, and Allure

May 20, 2026

Step-by-step setup guide for Cypress reporters: Mochawesome HTML, JUnit XML for CI, and Allure. Covers parallel shard merging and CI/CD configuration.

Test Failures: Why the Failure Count Isn't the Bug Count

May 20, 2026

Test failures come in five buckets and ten proximate causes. How to tell them apart, and how grouping by error message turns a wall of red into a few fixes.

How to Manage Flaky E2E Tests at Scale

Feb 14, 2026

Most teams retry and move on. A systematic approach to flaky test management: flip rate detection, CI cost prioritization, and a fix-quarantine-delete framework.

How Much Are Flaky Tests Costing You?

Jan 25, 2026

Flaky tests are an invisible tax on engineering velocity. Industry data from Atlassian, Google, and Microsoft shows 13-16% of test failures are flaky. Here's how to calculate the real cost.

JUnit XML Format Explained: Schema, Examples, CI Integration

Jan 19, 2026

JUnit XML is the de facto test report format used by Playwright, Jest, Vitest, pytest, Mocha, and Go. Schema, working examples, and CI integration patterns.

What Are Test Artifacts? The 5 Types, With Examples

Jan 19, 2026

Test artifacts are the files a test run leaves behind: HTML reports, JUnit XML, failure screenshots, Playwright traces, coverage data. What each one is for.

Changelog (4)