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"