更新.gitlab-ci.yml文件
This commit is contained in:
parent
7accd0ce75
commit
b2911faee1
@ -2,6 +2,7 @@ playwright_tests:
|
|||||||
stage: test
|
stage: test
|
||||||
image: mcr.microsoft.com/playwright:v1.43.0-jammy
|
image: mcr.microsoft.com/playwright:v1.43.0-jammy
|
||||||
script:
|
script:
|
||||||
|
- npm config set registry https://registry.npmmirror.com
|
||||||
- npm install
|
- npm install
|
||||||
- npx playwright install
|
- npx playwright install
|
||||||
- npx playwright test
|
- npx playwright test
|
||||||
|
|||||||
Reference in New Issue
Block a user