Update Playwright Docker image to v1.61.0

This commit is contained in:
A R R R Associates
2026-06-22 23:03:03 +05:30
parent a7401ecd1c
commit b9bf206a25
+2 -2
View File
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.49.1-jammy
FROM mcr.microsoft.com/playwright:v1.61.0-jammy
WORKDIR /tests
@@ -9,4 +9,4 @@ COPY . .
RUN mkdir -p results
CMD ["bash", "-lc", "node run-api-checks.js && npx playwright test"]
CMD ["bash", "-lc", "node run-api-checks.js && npx playwright test --reporter=list"]