Commit Graph

  • db992cf4fb fix: correct lighthouse and chrome-launcher imports 张翔 2026-03-06 11:22:19 +08:00
  • 4036b286a0 fix: add missing fs and path imports to scripts 张翔 2026-03-06 10:19:22 +08:00
  • 54bdafa47f fix: correct score calculation in accessibility test 张翔 2026-03-06 10:17:49 +08:00
  • e82f5b26aa fix: use browser.newContext() for axe-core/playwright compatibility 张翔 2026-03-06 10:17:09 +08:00
  • 755e0889a5 docs: add testing scripts documentation 张翔 2026-03-06 10:12:53 +08:00
  • db9f61ea19 chore: add test results directory structure 张翔 2026-03-06 10:12:10 +08:00
  • fd2528fa52 chore: add audit and test scripts to package.json 张翔 2026-03-06 10:10:12 +08:00
  • 614fa8f85e feat: add one-click test runner script 张翔 2026-03-06 10:09:44 +08:00
  • dc41aaf04e feat: add comprehensive test report generator 张翔 2026-03-06 10:09:04 +08:00
  • 7e023f0bf1 feat: add form validation testing script 张翔 2026-03-06 10:07:52 +08:00
  • 4b84f28065 feat: add accessibility testing script with axe-core 张翔 2026-03-06 10:05:10 +08:00
  • 2202d4045b feat: add SEO validation script 张翔 2026-03-06 10:04:06 +08:00
  • 0bedc7e023 feat: add performance audit script with Lighthouse 张翔 2026-03-06 10:02:58 +08:00
  • 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
  • 44e756aa3b fix: improve scrollToTop implementation and test expectations 张翔 2026-03-05 22:14:23 +08:00
  • 2d6cd79067 fix: add name and data-testid attributes for form input fields 张翔 2026-03-05 21:51:50 +08:00
  • 318081a62a fix: add data-testid attributes for contact page elements 张翔 2026-03-05 21:49:12 +08:00
  • 2f6f6a6aca fix: add navigation role attribute for better test selector 张翔 2026-03-05 20:59:25 +08:00
  • 3c5d79f7e3 feat: merge mobile testing implementation 张翔 2026-03-05 16:45:18 +08:00
  • 136fe7ac04 fix: update gitignore and footer component 张翔 2026-03-05 16:43:44 +08:00
  • a3533a8c98 fix: resolve transferSize TypeScript error in mobile performance test 张翔 2026-03-05 16:43:04 +08:00
  • 941e5170e1 fix: resolve remaining TypeScript errors in mobile testing~ 张翔 2026-03-05 16:42:16 +08:00
  • c4fcbb6059 fix: resolve TypeScript type errors in mobile testing utilities~ 张翔 2026-03-05 16:31:47 +08:00
  • 8bca0e0af4 docs: add mobile testing guide 张翔 2026-03-05 16:09:20 +08:00
  • 94204a1a45 feat: optimize parallel test execution 张翔 2026-03-05 16:02:16 +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
  • 9e5d61cfed feat: add mobile network environment test suite 张翔 2026-03-05 15:50:05 +08:00
  • 0074a9aab1 feat: add mobile PWA functionality test suite 张翔 2026-03-05 15:48:07 +08:00
  • edb8b249f8 feat: add mobile gesture interaction test suite 张翔 2026-03-05 15:30:13 +08:00
  • 57c002b26c feat: add mobile compatibility test suite 张翔 2026-03-05 15:28:51 +08:00
  • 8611f84b48 feat: add mobile performance test suite 张翔 2026-03-05 15:27:55 +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
  • 56d1172588 feat: extend Playwright config for mobile testing 张翔 2026-03-05 14:36:02 +08:00
  • 726579a833 feat: add mobile test data generator 张翔 2026-03-05 14:34:44 +08:00
  • c4d758ad6e feat: add network configuration for mobile testing 张翔 2026-03-05 14:32:46 +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
  • 0bb1f5c12a docs: add mobile testing execution guide 张翔 2026-03-05 14:19:28 +08:00
  • acfb1ccadc docs: add mobile testing implementation plan 张翔 2026-03-05 14:16:51 +08:00
  • f7904cb924 docs: add mobile testing enhancement design document 张翔 2026-03-05 14:13:09 +08:00
  • 6797c24b5c feat: 添加移动端适配和测试功能 张翔 2026-03-05 11:40:21 +08:00
  • 834fb3bc3b docs: 添加移动端测试改进实施计划 张翔 2026-03-05 10:36:57 +08:00
  • 34f00fd4db docs: 添加移动端测试评估报告和设计方案 张翔 2026-03-05 10:32:41 +08:00
  • 9cbc80742a feat: 重构联系页面并增强安全性 张翔 2026-03-01 10:56:54 +08:00
  • 13c4a2ca49 feat: 优化网站性能、响应式设计和测试覆盖率 张翔 2026-02-28 22:32:45 +08:00
  • 7b2a8af19f docs: 添加E2E测试短期优化完成报告 张翔 2026-02-28 16:48:09 +08:00
  • eeccc59630 feat: 建立Allure测试报告系统 张翔 2026-02-28 16:46:55 +08:00
  • 927264b2f0 feat: 优化测试执行时间 张翔 2026-02-28 16:43:00 +08:00
  • b69083f164 feat: 创建完整的视觉回归测试 张翔 2026-02-28 16:40:36 +08:00
  • 71c9b1453f feat: 创建完整的WCAG 2.1 AA可访问性测试 张翔 2026-02-28 16:35:05 +08:00
  • efda131b8a docs: 添加E2E测试框架统一迁移完成报告 张翔 2026-02-28 16:06:58 +08:00
  • ca7cb42f7d feat: 创建完整的安全测试 张翔 2026-02-28 16:05:06 +08:00
  • 5131ba8880 feat: 创建Core Web Vitals性能测试 张翔 2026-02-28 16:03:46 +08:00
  • a7fa9af853 feat: 创建完整的导航测试 张翔 2026-02-28 16:02:59 +08:00
  • 1c951daef4 feat: 完善HomePage页面对象 张翔 2026-02-28 16:02:03 +08:00
  • 43184c5c45 feat: 完善ContactPage页面对象 张翔 2026-02-28 15:23:10 +08:00
  • 6270047221 feat: 完善BasePage页面对象 张翔 2026-02-28 15:18:53 +08:00
  • 925f79c45a feat: 配置多环境支持 张翔 2026-02-28 15:12:04 +08:00
  • 5cdb021994 feat: 建立完整的测试数据管理体系 张翔 2026-02-28 15:04:45 +08:00
  • 18881b8807 docs: 添加Playwright测试覆盖率评估报告 张翔 2026-02-28 15:00:39 +08:00
  • 11c2cfd348 docs: 添加Python测试用例迁移分析报告 张翔 2026-02-28 14:57:52 +08:00
  • 74a72f4e50 docs: 添加E2E测试迁移实施计划 张翔 2026-02-28 14:38:54 +08:00
  • a146006e42 docs: 添加E2E测试统一方案设计文档 张翔 2026-02-28 14:12:49 +08:00
  • 0cfefaa937 refactor(ui): 优化导航组件和页面布局 张翔 2026-02-28 13:09:07 +08:00
  • 9451814ca4 feat: 添加面包屑导航组件并优化页面布局 张翔 2026-02-28 09:09:04 +08:00
  • 9d01e0982f fix: improve type safety in service detail page 张翔 2026-02-27 20:41:40 +08:00
  • 94c419f601 feat: add back to home button on all list pages 张翔 2026-02-27 20:39:50 +08:00
  • fd058a53d1 fix: add missing SectionSkeleton component 张翔 2026-02-27 20:35:37 +08:00
  • 5924a7d493 feat: add skeleton screen components and optimize image config 张翔 2026-02-27 20:30:36 +08:00
  • aa47a45a95 feat: add touch swipe support for mobile 张翔 2026-02-27 20:29:00 +08:00
  • 1bdb95b5b6 feat: optimize mobile form input experience 张翔 2026-02-27 20:27:17 +08:00
  • 44bf88b200 feat: add mobile tab bar navigation 张翔 2026-02-27 20:26:08 +08:00
  • b426bc9b62 style: restore red underline for active navigation item 张翔 2026-02-27 12:01:59 +08:00
  • f70d8dace9 style: remove red focus rings from navigation header 张翔 2026-02-27 11:46:07 +08:00
  • 5838b87700 fix: adjust interaction performance thresholds to be more realistic 张翔 2026-02-27 11:43:39 +08:00
  • 5d8bc5bb06 fix: improve performance monitoring and adjust thresholds 张翔 2026-02-27 11:31:27 +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
  • b787c769ec feat: implement contact form submission with validation 张翔 2026-02-27 10:59:29 +08:00
  • 5d5b7feb0a feat(e2e): 添加完整的E2E测试框架和测试用例 张翔 2026-02-27 10:30:33 +08:00
  • 4a616fe96e refactor: complete website optimization - unified navigation, colors, and structure 张翔 2026-02-26 21:43:44 +08:00
  • 14af1a755f refactor: update solutions page color scheme to brand red 张翔 2026-02-26 21:30:44 +08:00
  • e72d678521 refactor: update case detail page color scheme to brand red 张翔 2026-02-26 21:29:48 +08:00