Release notes
Changelog
Notable releases of @reportforge/playwright-pdf. Newest first.
v0.4.0
Failure analysis lands in the detailed PDF.
Added- Failure analysis — every failure is classified into one of seven root-cause categories and grouped into clusters in the detailed template. Runs fully offline, no AI service.
v0.3.0
Try ReportForge before you subscribe.
Added- Instant demo report — run
npx @reportforge/playwright-pdf reportforge-demoto generate a realistic sample PDF in under 60 seconds with no license key. Supports--templateand--output.
- Instant demo report — run
v0.0.1
First release as @reportforge/playwright-pdf.
Changed- Renamed the npm package to
@reportforge/playwright-pdf(frompdf-report-forge). Update your install command and reporter array entry.
Added- Three report templates — minimal, detailed, and executive — selectable per run, including multi-template output in a single run.
- Shard merging — combine parallel Playwright JSON shards into one PDF without re-running tests.
- Run notifications — post a pass/fail summary to Slack, Teams, or Discord after each run.
- History trending — pass-rate sparkline and flakiest-tests table across runs in the detailed template.
- Offline-first licensing — activate once, then verify a cached Ed25519-signed JWT locally with no per-run network call.
- Renamed the npm package to
Full version history is available on npm.