14 items tagged with "ci-cd"
A fair comparison of 8 test automation reporting tools in 2026: Gaffer, Allure, ReportPortal, BrowserStack, ExtentReports, Testmo, Katalon TestOps, and TestRail.
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.
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.
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.
Generate Cypress test reports with mochawesome, Allure, JUnit, or CTRF reporters, wire them into CI, and host them so your team can see results.
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.
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.
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 is the de facto test report format used by Playwright, Jest, Vitest, pytest, Mocha, and Go. Schema, working examples, and CI integration patterns.
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.
Fail GitHub commit statuses when coverage drops by more than a configured percentage from the default branch.
New API endpoints and MCP tools for AI agents to diagnose CI failures and check upload progress.
Gaffer now posts test results as commit status checks directly to your GitHub PRs.
Connect your GitHub repositories to automatically post test results as commit statuses.