Commit Graph

10 Commits

Author SHA1 Message Date
Administrator
7accd0ce75 更新.gitlab-ci.yml文件 2025-03-13 12:00:58 +00:00
Administrator
afe574d2ca 更新.gitlab-ci.yml文件 2025-03-13 11:59:38 +00:00
fadfbe60fc ci(gitlab): 更新 Playwright 镜像版本并优化 CI 配置 2025-03-13 19:55:22 +08:00
e2df441b75 ci(gitlab): 移除 sudo 安装 Playwright 依赖的步骤 2025-03-13 19:38:38 +08:00
91e31e348e ci(gitlab): 在 CI 配置中使用 sudo 安装 Playwright 依赖 2025-03-13 19:37:20 +08:00
439779dd56 ci(gitlab): 在 CI 配置中添加 Playwright 依赖安装步骤 2025-03-13 19:35:36 +08:00
93266d7aa8 ci(gitlab): 在 CI 配置中添加淘宝镜像以加速 npm 安装 2025-03-13 19:33:26 +08:00
56ca150b6e ci(gitlab): 在 Playwright 测试中添加 NVM 配置以使用特定 Node.js 版本 2025-03-13 19:30:46 +08:00
b86b14a9a4 ci(gitlab): 添加标签和限制条件以优化 CI 流程 2025-03-12 22:38:50 +08:00
LingandRX
3547f32493 ci(gitlab): 添加 GitLab CI 配置并更新测试相关代码
- 新增 .gitlab-ci.yml 文件,配置 GitLab CI/CD 管道
- 移除 AuthAccount 类中未使用的 indexedDBFile 属性
- 简化 baseFixture 中的测试初始化流程
- 更新 CustomerPage 中的顾客创建逻辑
- 调整 boss_cashier.spec.ts 中的二维码解码和输入值设置
- 新增 boss_test.spec.ts 文件,添加创建顾客的测试用例
2025-03-12 00:22:22 +08:00