更新.gitlab-ci.yml文件

This commit is contained in:
Administrator 2025-03-13 14:18:03 +00:00
parent 98962f3e31
commit 86311180c2

View File

@ -4,7 +4,6 @@ playwright_tests:
script: script:
- npm config set registry https://registry.npmmirror.com - npm config set registry https://registry.npmmirror.com
- npm install - npm install
- npx playwright install
- npx playwright test touch/boss_cashier.spec.ts --project '慧来客touch(管理员身份) - Desktop Chrome' - npx playwright test touch/boss_cashier.spec.ts --project '慧来客touch(管理员身份) - Desktop Chrome'
tags: tags:
- test # 这里要和注册 Runner 时的 `tag-list` 一致 - test # 这里要和注册 Runner 时的 `tag-list` 一致