From b9bf206a255205c1f84210140d2fb28544d378b2 Mon Sep 17 00:00:00 2001 From: A R R R Associates Date: Mon, 22 Jun 2026 23:03:03 +0530 Subject: [PATCH] Update Playwright Docker image to v1.61.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 306eab0..156470b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["bash", "-lc", "node run-api-checks.js && npx playwright test --reporter=list"] \ No newline at end of file