Report
npm run reportOptions
Option
Description
Default
Incremental vs. Full Mode
# Incremental (default) — only new tests since last report
npm run report
# Incremental with extended fallback for stages not yet reported
npm run report -- --days 14
# Full report for the last 7 days
npm run report -- --full
# Full report for the last 30 days
npm run report -- --full --days 30Common Scenarios
Output Structure
Folder
Contents
Handling "Unknown User" Warnings
Last updated
Was this helpful?

