Commit Graph

26 Commits

Author SHA1 Message Date
张翔 c4fcbb6059 fix: resolve TypeScript type errors in mobile testing utilities~ 2026-03-05 16:31:47 +08:00
张翔 597a39d3ec feat: implement HTML report generation in MobileTestReporter 2026-03-05 16:01:27 +08:00
张翔 8a43c0f5c2 feat: create MobileTestReporter base structure 2026-03-05 15:58:25 +08:00
张翔 834dbcadf4 feat: implement Core Web Vitals monitoring in MobilePerformanceMonitor 2026-03-05 15:23:16 +08:00
张翔 3f18618c84 feat: create MobilePerformanceMonitor base structure 2026-03-05 15:21:29 +08:00
张翔 858eb2efcf feat: implement network condition simulation in NetworkSimulator 2026-03-05 15:20:40 +08:00
张翔 06c5fe8f82 feat: integrate Lighthouse in MobilePerformanceMonitor 2026-03-05 15:15:22 +08:00
张翔 8194317a20 feat: implement Core Web Vitals monitoring in MobilePerformanceMonitor 2026-03-05 15:12:33 +08:00
张翔 478adb1986 feat: create MobilePerformanceMonitor base structure 2026-03-05 15:11:22 +08:00
张翔 01d966bed3 feat: implement network condition simulation in NetworkSimulator 2026-03-05 15:10:02 +08:00
张翔 dd9ccfe8b3 feat: create NetworkSimulator base structure 2026-03-05 15:05:50 +08:00
张翔 531cd1567a feat: implement drag gesture in GestureSimulator 2026-03-05 15:04:29 +08:00
张翔 12ff5fc1f3 feat: implement long press and double tap gestures 2026-03-05 14:59:06 +08:00
张翔 302fafef49 feat: implement pinch gesture in GestureSimulator 2026-03-05 14:58:28 +08:00
张翔 656480a95d feat: implement swipe gesture in GestureSimulator 2026-03-05 14:51:33 +08:00
张翔 f2bd48f634 feat: create GestureSimulator base structure 2026-03-05 14:46:55 +08:00
张翔 726579a833 feat: add mobile test data generator 2026-03-05 14:34:44 +08:00
张翔 7777675e3e feat: add iPad device configurations (iPad Air, iPad Pro 12.9) 2026-03-05 14:31:54 +08:00
张翔 0de19b4371 feat: add Android device configurations (Pixel 7, Galaxy S23) 2026-03-05 14:30:47 +08:00
张翔 fa77f36b4d feat: add iPhone 13/14/15 Pro device configurations 2026-03-05 14:29:34 +08:00
张翔 060566fd73 chore: clean up mobile test files and update components 2026-03-05 14:23:19 +08:00
张翔 6797c24b5c feat: 添加移动端适配和测试功能
refactor(layout): 优化页脚布局和备案信息展示
feat(constants): 添加ICP备案和公安备案信息
feat(header): 实现移动端加载时的骨架屏效果
style(globals): 调整文字颜色和添加移动端响应样式
feat(breadcrumb): 增加返回按钮和响应式优化
feat(e2e): 添加移动端测试工具和测试用例
docs: 添加页脚重设计文档
2026-03-05 11:40:21 +08:00
张翔 5cdb021994 feat: 建立完整的测试数据管理体系
- 创建测试数据文件test-data.ts,包含所有测试场景数据
- 增强TestDataGenerator,添加边界、安全、性能等测试数据生成方法
- 支持XSS、SQL注入、路径遍历等安全测试
- 支持WCAG可访问性测试数据
- 支持Core Web Vitals性能测试数据
- 支持响应式断点测试数据
2026-02-28 15:04:45 +08:00
张翔 9451814ca4 feat: 添加面包屑导航组件并优化页面布局
refactor: 重构页面结构和导航逻辑

fix: 修复移动端菜单导航和滚动行为

perf: 优化图片加载性能和资源请求

test: 添加端到端测试和性能测试用例

docs: 更新.gitignore文件

chore: 更新依赖和配置

style: 优化代码格式和类型安全

ci: 调整Playwright测试超时时间

build: 更新Next.js配置和构建选项
2026-02-28 09:09:04 +08:00
张翔 5d8bc5bb06 fix: improve performance monitoring and adjust thresholds 2026-02-27 11:31:27 +08:00
张翔 5d5b7feb0a feat(e2e): 添加完整的E2E测试框架和测试用例
添加Playwright测试框架配置和基础页面对象
实现冒烟测试用例覆盖首页和联系页面核心功能
更新导航组件以支持滚动高亮功能
添加BackButton组件统一返回按钮行为
配置Woodpecker CI集成和测试报告生成
2026-02-27 10:30:33 +08:00