Files
cgm-remote-monitor/flaky-test-results/entries-isolation-results.json
T
bewestandBen West b77fb38452 Add documentation and harnesses for identifying flaky tests
Add new npm scripts and update documentation to isolate and identify flaky tests, specifically addressing issues in api.entries.test.js, api3.socket.test.js, and api.partial-failures.test.js.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 3be0ef95-aa69-441e-a33e-a8bd64e908de
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: 77966b3b-e3ca-4c97-bfee-13046aeae8fc
Replit-Helium-Checkpoint-Created: true
2026-01-19 13:14:46 -08:00

27 lines
466 B
JSON

{
"testFile": "tests/api.entries.test.js",
"iterations": 2,
"passed": 2,
"failed": 0,
"passRate": "100.0",
"results": [
{
"iteration": 1,
"success": true,
"duration": 15313,
"exitCode": 0,
"passing": 19,
"failing": 0,
"error": null
},
{
"iteration": 2,
"success": true,
"duration": 14027,
"exitCode": 0,
"passing": 19,
"failing": 0,
"error": null
}
]
}