Add Playwright result download dashboard
This commit is contained in:
+1
-1
@@ -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"]
|
||||
Reference in New Issue
Block a user