This repository has been archived on 2025-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
hlk_autotest/.gitlab-ci.yml
2025-03-13 14:18:03 +00:00

12 lines
379 B
YAML

playwright_tests:
stage: test
image: mcr.microsoft.com/playwright:v1.43.0-jammy
script:
- npm config set registry https://registry.npmmirror.com
- npm install
- npx playwright test touch/boss_cashier.spec.ts --project '慧来客touch(管理员身份) - Desktop Chrome'
tags:
- test # 这里要和注册 Runner 时的 `tag-list` 一致
only:
- main