From 4a260c4ebc3ff41ad78034ef7d049c8955e4e104 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 01:34:21 +0200 Subject: [PATCH] Add test-results/.last-run.json with initial status and empty failed tests array --- test-results/.last-run.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test-results/.last-run.json diff --git a/test-results/.last-run.json b/test-results/.last-run.json new file mode 100644 index 00000000..5fca3f84 --- /dev/null +++ b/test-results/.last-run.json @@ -0,0 +1,4 @@ +{ + "status": "failed", + "failedTests": [] +} \ No newline at end of file