test: add local proxy for wizard/backend/frontend

This commit is contained in:
zhi
2026-03-15 22:40:00 +00:00
parent a26f91c95f
commit e8be04c968
3 changed files with 56 additions and 33 deletions

View File

@@ -28,4 +28,4 @@ WORKDIR /app
COPY package*.json ./
RUN npm install && npm install -g playwright && playwright install chromium
COPY . .
CMD ["bash", "-lc", "node server/wizard-proxy.mjs & npx playwright test"]
CMD ["bash", "-lc", "node server/proxy.mjs & npx playwright test"]