diff --git a/Dockerfile b/Dockerfile index 156470b..b03ea4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ RUN npm ci COPY . . -RUN mkdir -p results +RUN mkdir -p results test-results playwright-report -CMD ["bash", "-lc", "node run-api-checks.js && npx playwright test --reporter=list"] \ No newline at end of file +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"] \ No newline at end of file