mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
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
27 lines
466 B
JSON
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
|
|
}
|
|
]
|
|
} |