m
Size: a a a
m
Л
КИ
stages:При работе пайплайна выскакивает ошибка
- test
tests:
stage: test
image: mcr.microsoft.com/playwright:focal
before_script:
- npm install
script:
- npm test
$ npm test
> test
> playwright test
sh: 1: playwright: Permission denied
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: exit code 1
M
КИ
КИ
A
playwright:
allow_failure: true
stage: playwright
image: mcr.microsoft.com/playwright:focal
script:
- rm -rf node-modules
- npm install
- export NODE_ENV=test && npx playwright test tests/playwright.test.ts --workers=1 --reporter=line,allure-playwright -g test2
КИ
КИ
A
КИ
КИ
BO
КИ
A
КИ
A
MS
A
Y