张翔
|
92af40df8e
|
fix: resolve test failures and improve test stability
- Fix navigation menu display and click issues
- Fix scroll to top/bottom test failures
- Fix section display tests by removing non-existent contact section
- Add data-testid attributes for better test reliability
- Optimize test expectations for scroll behavior
- Add contact page layout for metadata export
- Update section components with proper ARIA attributes
|
2026-03-07 10:47:14 +08:00 |
|
张翔
|
44e756aa3b
|
fix: improve scrollToTop implementation and test expectations
|
2026-03-05 22:14:23 +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 |
|
张翔
|
6270047221
|
feat: 完善BasePage页面对象
- 添加性能测量方法(measurePerformance, getCoreWebVitals)
- 添加资源时序和网络时序测量方法
- 添加重试机制(retryOperation, waitForElementWithRetry等)
- 添加日志记录功能
- 添加滚动和视口相关方法
- 添加元素状态检查方法
- 添加文件上传和对话框处理方法
- 优化截图目录自动创建
|
2026-02-28 15:18:53 +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 |
|
张翔
|
5d5b7feb0a
|
feat(e2e): 添加完整的E2E测试框架和测试用例
添加Playwright测试框架配置和基础页面对象
实现冒烟测试用例覆盖首页和联系页面核心功能
更新导航组件以支持滚动高亮功能
添加BackButton组件统一返回按钮行为
配置Woodpecker CI集成和测试报告生成
|
2026-02-27 10:30:33 +08:00 |
|