From bafe291c596737ca0065ebad49a51d0099a0edba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Doruk=20=C3=96zgen?= Date: Wed, 5 Mar 2025 19:29:12 +0100 Subject: [PATCH] chore: remove test results output --- .../playwright/html-report/index.html | 71 ------------------- test-results/playwright/traces/.last-run.json | 4 -- 2 files changed, 75 deletions(-) delete mode 100644 test-results/playwright/html-report/index.html delete mode 100644 test-results/playwright/traces/.last-run.json diff --git a/test-results/playwright/html-report/index.html b/test-results/playwright/html-report/index.html deleted file mode 100644 index b4d9e83..0000000 --- a/test-results/playwright/html-report/index.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - Playwright Test Report - - - - -
- - - \ No newline at end of file diff --git a/test-results/playwright/traces/.last-run.json b/test-results/playwright/traces/.last-run.json deleted file mode 100644 index 5fca3f8..0000000 --- a/test-results/playwright/traces/.last-run.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "status": "failed", - "failedTests": [] -} \ No newline at end of file