Add test-results/.last-run.json with initial status and empty failed tests array

This commit is contained in:
2026-03-31 01:34:21 +02:00
parent 3d27f55edc
commit 4a260c4ebc

View File

@@ -0,0 +1,4 @@
{
"status": "failed",
"failedTests": []
}