Files
Cleanuparr/e2e/Makefile
2026-03-12 22:12:20 +02:00

15 lines
228 B
Makefile

.PHONY: up down test install
up:
docker compose -f docker-compose.e2e.yml up -d --build
down:
docker compose -f docker-compose.e2e.yml down
install:
npm install
npx playwright install chromium
test:
npx playwright test