Update Playwright Docker image to v1.61.0
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM mcr.microsoft.com/playwright:v1.49.1-jammy
|
FROM mcr.microsoft.com/playwright:v1.61.0-jammy
|
||||||
|
|
||||||
WORKDIR /tests
|
WORKDIR /tests
|
||||||
|
|
||||||
@@ -9,4 +9,4 @@ COPY . .
|
|||||||
|
|
||||||
RUN mkdir -p results
|
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"]
|
||||||
Reference in New Issue
Block a user