forked from GitHubMirrors/silverbullet-icalendar
chore(test): Initialize Playwright E2E infrastructure
This commit is contained in:
@@ -18,5 +18,17 @@ services:
|
||||
volumes:
|
||||
- ./test_data:/usr/share/nginx/html:ro
|
||||
|
||||
playwright:
|
||||
image: mcr.microsoft.com/playwright:v1.49.0-jammy
|
||||
volumes:
|
||||
- .:/work
|
||||
working_dir: /work
|
||||
environment:
|
||||
- CI=true
|
||||
depends_on:
|
||||
- silverbullet-test
|
||||
- mock-ics-server
|
||||
command: npx playwright test
|
||||
|
||||
volumes:
|
||||
sb-test-space:
|
||||
|
||||
Reference in New Issue
Block a user