Quick Start
Last updated
Was this helpful?
Was this helpful?
chmod 600 config.jsonicacls config.json /inheritance:r /grant:r "$($env:USERNAME):F"npm run manage-user-mappingnpm run report -- --days 90📋 Running hybrid report for project: MyProject (ID: 12345)
Date range: 2025-10-28 to 2026-01-29
🚀 Using backward pagination...
✅ Found 1,234 test runs
💾 Writing output files...
✅ Mapped: output/2026-01-29/mapped/automation/MyProject_RegressionSuite.json
✅ Unmapped: output/2026-01-29/unmapped/automation/MyProject_ComponentTests.json
📊 Test Design Mapping Stats:
✅ Mapped via Test Design: 950 tests
⚠️ Unmapped (path fallback): 150 testsoutput/
└── 2026-01-29/
├── mapped/ # Tests resolved via Test Design mapping (recommended)
│ ├── automation/
│ └── manual/
└── unmapped/ # Tests using path-based stage name fallback
├── automation/
└── manual/# Step 1: Prepare mock recommendations data
npm run prepare-recommendations-demo
# Step 2: Run recommendations in demo mode
npm run recommendations -- --demo