xst
|
d1710cfcd6
|
feat(report): resolve Chinese test names from docstring in cn report
Test case docstring 【P0】 prefix is stripped for display.
报告中的用例名现在显示为: 司机APP接单到管理端核算打款完整流程
|
2026-07-23 16:50:47 +08:00 |
|
xst
|
f287c93cce
|
feat(report): auto-generate Chinese HTML report after test session via pytest_sessionfinish hook
Produces output/reports/report_cn.html alongside junit.xml and report.html
|
2026-07-23 16:42:59 +08:00 |
|
xst
|
03e152baab
|
feat: 重构测试框架 — 覆盖 6 端 (管理端 + 小程序 + 4 个移动端)
目录结构:
tests/web/admin/ 管理端 (Playwright)
tests/web/mini_program/ 司机端小程序 (Playwright/微信 WebView)
tests/app/driver_android/ 司机安卓 (Appium)
tests/app/shipper_android/ 货主安卓 (Appium)
tests/app/driver_ios/ 司机苹果 (Appium)
tests/app/shipper_ios/ 货主苹果 (Appium)
公共模块:
tests/app/_shared.py driver+ensure_logged_in 工厂
tests/app/_base_page.py App Page Object 基类
配置:
test_config.yaml 拆分为 6 个独立 section + 货主账号
|
2026-07-15 14:02:08 +08:00 |
|
xst
|
aade9e39d0
|
feat: 基于 UI 自动化最佳实践的测试框架骨架搭建
- tests/config: 环境配置 (.yaml) + 配置加载器
- tests/utils: 日志工具 + 测试数据生成器
- tests/web: Playwright conftest + Page Object 基类 + 登录页 + 导航栏组件 + 登录用例(6条)
- tests/app: Appium conftest + Page Object 基类 + 司机端首页 + 登录用例(3条)
- pytest.ini: markers(p0/p1/p2/smoke/web/app) + 运行配置
- 所有用例按最佳实践采用 Page Object 模式 + data-testid 优先定位 + 失败自动截图
|
2026-07-15 10:24:22 +08:00 |
|