Files
CPLv4.0/.woodpecker.yml
2025-08-29 10:22:53 +02:00

17 lines
388 B
YAML

steps:
- name: install-dependencies
image: node:22
commands:
- npm install --prefer-offline --no-audit
- name: install-playwright
image: node:22
commands:
- npx playwright install # wichtig: vollständige Installation
- npx playwright install-deps
- name: run-tests
image: node:22
commands:
- npx playwright test --project=chromium