This commit is contained in:
kekskurse 2025-03-12 18:46:09 +01:00
parent 0b68e5a466
commit 974ef4a1ff

View file

@ -15,7 +15,8 @@ steps:
- name: playwright - name: playwright
image: mcr.microsoft.com/playwright:v1.50.0 image: mcr.microsoft.com/playwright:v1.50.0
commands: commands:
- cp -r playwright/* ./ - cd playwright;
- npm install
- npx playwright install - npx playwright install
- npx playwright test - npx playwright test
- cat /root/.npm/_logs/* - cat /root/.npm/_logs/*