refactor: remove CBS-specific e2e-booking flow — belongs to CBS project, not APAW starter
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user