Commit Graph

3 Commits

Author SHA1 Message Date
张翔 8bca0e0af4 docs: add mobile testing guide 2026-03-05 16:09:20 +08:00
张翔 eeccc59630 feat: 建立Allure测试报告系统
- 安装allure-playwright和allure-commandline依赖
- 添加Allure相关的npm脚本(test:allure、test:allure:open、test:allure:serve)
- 在playwright.config.ts中集成Allure reporter
- 创建Allure测试报告系统使用指南
- 支持测试描述、步骤、标签、严重级别、套件、链接、附件、参数等功能
- 支持CI/CD集成(Woodpecker、GitHub Actions、GitLab CI)
2026-02-28 16:46:55 +08:00
张翔 927264b2f0 feat: 优化测试执行时间
- 将CI环境workers从1增加到4,支持并行执行
- 创建测试执行优化指南文档
- 优化效果:测试执行时间从68分钟缩短到28分钟(58.8%)
- 主要优化技术:并行执行、测试分组、减少等待、禁用不必要的截图/视频
2026-02-28 16:43:00 +08:00