fix(smoke-tests): update Playwright Docker image to v1.56.0
The smoke tests were failing because the Playwright package (1.56.0) didn't match the Docker image version (v1.55.0-jammy). Updated the Dockerfile to use mcr.microsoft.com/playwright:v1.56.0-jammy. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
aa6506957c
commit
5ba12ef4cc
|
|
@ -3,7 +3,7 @@
|
||||||
# Based on official Playwright image with Chromium pre-installed.
|
# Based on official Playwright image with Chromium pre-installed.
|
||||||
# Runs smoke tests against the application and reports results to the API.
|
# Runs smoke tests against the application and reports results to the API.
|
||||||
|
|
||||||
FROM mcr.microsoft.com/playwright:v1.55.0-jammy
|
FROM mcr.microsoft.com/playwright:v1.56.0-jammy
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue