This repository has been archived on 2025-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
miniauthold/.woodpecker/playwright.yaml
2025-03-12 17:56:57 +01:00

19 lines
330 B
YAML

when:
- event: push
branch: main
depends_on:
- test
services:
- name: miniauth
image: git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}
ports:
- 8080
steps:
- name: test
image: mcr.microsoft.com/playwright:v1.51.0-noble
commands:
- "cp -R playwright/* ./"
- npx playwright test