Files
xst 6ff65ec5c8 feat(report): add pytest-html + junitxml report generation to pytest.ini
pytest-html generates self-contained HTML report at output/reports/report.html
junitxml output at output/reports/junit.xml for CI integration
2026-07-23 16:36:39 +08:00

10 lines
350 B
Plaintext

openpyxl>=3.1,<4
python-docx>=0.8.11,<2
pyantiword
# ── Execute 战区依赖 ──
playwright>=1.40
Pillow>=10.0 # 截图像素对比 (result-reporter Agent)
# Appium-Python-Client>=3.0 # 取消注释以启用移动端自动化
pymysql>=1.0 # 数据库操作(测试中更新风控状态等)
pytest-html>=4.0 # pytest HTML 报告