Commit Graph

9 Commits

Author SHA1 Message Date
张翔 c4d135d37e fix: optimize test timeouts and wait conditions for better stability 2026-03-05 23:00:32 +08:00
张翔 c678df44ae fix: improve footer visibility with data-testid and waitForFooter method 2026-03-05 22:53:12 +08:00
张翔 f91f57cbbb fix: improve scrollToSection and skip Contact section test on home page 2026-03-05 22:49:32 +08:00
张翔 2f6f6a6aca fix: add navigation role attribute for better test selector 2026-03-05 20:59:25 +08:00
张翔 1c951daef4 feat: 完善HomePage页面对象
- 添加公司信息获取方法
- 添加统计数据获取方法
- 添加服务列表获取方法
- 添加产品列表获取方法
- 添加新闻列表获取方法
- 添加页面加载性能测量方法
- 添加响应式布局验证方法
- 添加可访问性验证方法
- 添加平滑滚动验证方法
- 添加粘性页头验证方法
- 添加移动端菜单验证方法
- 添加颜色对比度验证方法
2026-02-28 16:02:03 +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
张翔 55868d4c49 fix: improve scroll section waiting logic 2026-02-27 11:23:04 +08:00
张翔 0c7a7f5b05 fix: update mobile menu tests to use mobile viewport 2026-02-27 11:10:00 +08:00
张翔 5d5b7feb0a feat(e2e): 添加完整的E2E测试框架和测试用例
添加Playwright测试框架配置和基础页面对象
实现冒烟测试用例覆盖首页和联系页面核心功能
更新导航组件以支持滚动高亮功能
添加BackButton组件统一返回按钮行为
配置Woodpecker CI集成和测试报告生成
2026-02-27 10:30:33 +08:00