Update .gitea/workflows/test.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user