PLAYWRIGHT CI DEBUGGER

Group Playwright failures into real root causes.

Get a clear CLI diagnosis, a shareable debug link, and one report that shows what failed, why it failed, and what to check next.

CLI explanationGrouped failuresShareable debugging linksWorkspace history
Run failure overview

Open one run to see grouped failures, job health, and AI summaries.

failed
Recurring
Checkout flow regression
Auth token expired after login

Why teams use Sentinel

Keep your Playwright command.

Install the reporter and wrap `playwright.config.ts`
Keep running `npx playwright test`
Get a CLI diagnosis and a shareable report link on failures
No separate upload step. Works with parallel shards and your existing CI.
Copy-paste install
import { defineConfig } from "@playwright/test";
import { withSentinel } from "@sentinelqa/playwright-reporter";

export default withSentinel(defineConfig({}), {
  project: "my-app"
});

Group duplicate failures into one issue.

Sentinel finds failures that belong together across tests and shards, so you can fix one underlying problem instead of rereading the same symptom across the suite.

Pricing

Free reporter. Simple workspace upgrade.

Use the reporter for free. Upgrade only if you want private history and recurring issue tracking.

Free
Open source
$0
Reporter, CLI, and public hosted reports
  • Open-source reporter
  • CLI diagnosis
  • Public share links
  • Failure grouping
  • Hosted reports
  • No account required
Workspace
Paid
$50
/ month
Up to 200 runs included
  • Everything in Free
  • Private runs
  • Private run history
  • Recurring issue tracking
  • Team access
  • 200 runs included
Need private run history and recurring failures across runs? Use a workspace. If not, the reporter is enough.
FAQ

FAQ

Do we need a separate CI upload step?
No. Sentinel is designed to fit into your existing Playwright workflow. Install the reporter, keep your normal test command, and get a run link plus uploaded artifacts automatically.
Does Sentinel work with GitHub Actions and GitLab CI?
Yes. Sentinel supports GitHub Actions, GitLab CI, CircleCI, Jenkins, and other CI systems that run Playwright.
Does Sentinel support parallel Playwright shards?
Yes. Sentinel is built for Playwright parallel runs and shard-heavy CI pipelines. It helps teams understand related failures across shards in one place.
What do I get for free?
The free reporter gives you CLI diagnosis, a public share link, grouped failures, and a hosted report with artifacts.
What does the workspace add?
A workspace adds private run history, recurring issue tracking, and team access.
Can we share runs easily?
Yes. Shared Sentinel links open directly to the failure context so teammates can inspect traces, screenshots, logs, and grouped root causes without reproducing locally.
Playwright CI Debugger

Start with the free reporter.

Get CLI answers and a shareable debug link now. Add a workspace later if you need private history.