Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 50s
Run Pytest with Allure and Coverage Reports / wiki (push) Successful in 3s

This commit is contained in:
2025-07-11 15:42:00 +02:00
parent 0e6f8134f8
commit 6c821d2527
+13
View File
@@ -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"