From 6c821d2527fb5324f17c40bdedc3453eb0bb4b23 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 11 Jul 2025 15:42:00 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 81ec07c6..5d4a968d 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -126,6 +126,19 @@ jobs: echo "โš ๏ธ Coverage generation failed" } + { + echo "๐Ÿ“Š Generating tests markdown summary..." + python generate_test_summary.py + python json_to_md.py \ + --input ci-reports/markdown/pytest-report.json \ + --output ci-reports/markdown/TEST-REPORT.md \ + --allure-dir ci-reports/allure/data/test-cases + echo "โœ… Tests markdown generated" + echo "๐Ÿ“„ Markdown: ci-reports/markdown/TEST-REPORT.md" + } || { + echo "โš ๏ธ Tests markdown generation failed" + } + echo "" echo "===============================" echo "๐Ÿงช DETAILED TEST SUMMARY"