#ci-cd

14 items tagged with "ci-cd"

Blog Posts (10)

Best Test Automation Reporting Tools in 2026 (Compared)

Jun 16, 2026

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

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: How to Generate, Configure, and Share Them

May 20, 2026

Generate Cypress test reports with mochawesome, Allure, JUnit, or CTRF reporters, wire them into CI, and host them so your team can see results.

Test Failures: Types, Root Causes, and How to Fix Them

May 20, 2026

When 200 tests fail in CI, there are rarely 200 problems. A guide to test failure types, what causes each, and how to cluster by root cause.

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 in Software Testing?

Jan 19, 2026

Test artifacts are the files generated when tests run: reports, logs, screenshots, coverage data. Here's what they are and how to manage them at scale.

Changelog (4)