mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Introduces a new script `scripts/flaky-test-runner.js` to execute Mocha tests multiple times, capturing JSON output to identify and analyze flaky test behavior. New npm scripts (`test:flaky`, `test:flaky:quick`, `test:flaky:thorough`) are added to package.json for easy execution. The script includes robust JSON parsing with error handling for potentially malformed output. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9bea85b0-6b8f-4d55-b964-1080f91ee9a0 Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Event-Id: ffee9763-d3c3-40a4-a414-ca0b03d54310 Replit-Helium-Checkpoint-Created: true