From f13c5852b8ab57f1a5daeeba9ae7fcd6250d5a88 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 01:37:35 +0200 Subject: [PATCH] Add test results JSON file --- test-results/.last-run.json | 6 ++++++ 1 file changed, 6 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..92268679 --- /dev/null +++ b/test-results/.last-run.json @@ -0,0 +1,6 @@ +{ + "status": "failed", + "failedTests": [ + "7f89c707c4ca48310af4-315e6d638140cc86af2d" + ] +} \ No newline at end of file