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 11:59:38 +00:00

12 lines
261 B
YAML

playwright_tests:
stage: test
image: mcr.microsoft.com/playwright:v1.43.0-jammy
script:
- npm install
- npx playwright install
- npx playwright test
tags:
- docker # 这里要和注册 Runner 时的 `tag-list` 一致
only:
- main