Skip to content

Nijam Docs

Test analytics for Playwright. Ship the reporter, get run history, flakiness scoring, and trace storage — without touching your test code.

Nijam collects every Playwright run from your CI, stores its history, and surfaces the things a raw test report can’t: which tests are flaky, which ones regressed, and the traces for the failures — all in one dashboard. You add a Playwright reporter; Nijam does the rest.

Drop-in reporter

Add @nijam/pw-reporter to playwright.config.ts. It’s fail-soft — if Nijam is unreachable it logs a warning and never breaks your CI.

Run history

Every run is stored with its commit, branch, PR, CI link, and author — so you can see how a test behaves over time, not just on the last run.

Flakiness scoring

Nijam spots tests that pass and fail on the same code and ranks them, so you fix the noisiest ones first.

Traces & source

Failure traces stream straight to storage; spec source is captured so the test detail page renders inline with its history.