refactor: remove CBS-specific e2e-booking flow — belongs to CBS project, not APAW starter

This commit is contained in:
¨NW¨
2026-04-17 20:21:29 +01:00
parent c258d16ef5
commit 2573d81cff
5 changed files with 7 additions and 559 deletions

View File

@@ -127,23 +127,3 @@ services:
ipc: host
network_mode: ${NETWORK_MODE:-bridge}
# ─── E2E Booking Flow ──────────────────────────────────────────
e2e-booking:
image: mcr.microsoft.com/playwright:v1.52.0-noble
container_name: apaw-e2e-booking
working_dir: /app
volumes:
- ../tests:/app/tests
environment:
- TARGET_URL=${TARGET_URL:-https://irina-vik.ru}
- GITEA_ISSUE=${GITEA_ISSUE:-}
- GITEA_TOKEN=${GITEA_TOKEN:-}
- GITEA_USER=${GITEA_USER:-}
- GITEA_PASSWORD=${GITEA_PASSWORD:-}
- DNS_RESOLUTION_ORDER=hostname-first
command: >
sh -c "cd /app/tests && npm install --ignore-scripts 2>/dev/null;
node scripts/e2e-booking-flow-v2.js"
shm_size: '2gb'
ipc: host
network_mode: ${NETWORK_MODE:-host}