Add Playwright result download dashboard

This commit is contained in:
A R R R Associates
2026-06-23 17:55:38 +05:30
parent 321d11cac7
commit 89ba3e85a1
2 changed files with 258 additions and 1 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ COPY . .
RUN mkdir -p results test-results playwright-report
CMD ["bash", "-lc", "node run-api-checks.js && npx playwright test --reporter=list --workers=1; echo 'Tests completed. Container kept alive.'; tail -f /dev/null"]
CMD ["bash", "-lc", "node run-api-checks.js && npx playwright test --reporter=list --workers=1; npm run report:json; npm run update:excel; echo 'Tests completed. Starting result server.'; node scripts/result-server.js"]