fix: woodpecker install browser deps

This commit is contained in:
ISA
2025-08-29 09:59:12 +02:00
parent 036630f598
commit b1ac0f87f1
6 changed files with 17 additions and 10 deletions

View File

@@ -1,14 +1,16 @@
steps:
- name: install-dependencies
image: node:18
environment:
NODE_PATH: /var/jenkins_home/.npm/node_modules
NPM_CONFIG_CACHE: /var/jenkins_home/.npm
commands:
- npm ci --prefer-offline --no-audit
- name: install-playwright
image: node:18
commands:
- npx playwright install
- npx playwright install-deps # wichtig für CI
- name: run-tests
image: node:18
commands:
- npx playwright install
- npx playwright test
- npx playwright test # läuft standardmäßig headless