include stdout into the detail-float
All checks were successful
tests / test (push) Successful in 10s

This commit is contained in:
2026-01-06 12:26:58 +01:00
parent 29ddc34add
commit f3350cad98
4 changed files with 94 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ which emits one JSON object per line:
"titlePath": ["Parent", "Child", "Test"],
"file": "/path/to/test.js",
"location": { "file": "/path/to/test.js", "line": 10, "column": 5 },
"output": ["stdout line 1", "stdout line 2"],
"error": { "message": "string", "stack": "string" }
}
```