File tree Expand file tree Collapse file tree 5 files changed +173
-124
lines changed Expand file tree Collapse file tree 5 files changed +173
-124
lines changed Original file line number Diff line number Diff line change 5252 test :
5353 runs-on : ubuntu-24.04
5454 # We use playwright browser to run karma tests
55- container : mcr.microsoft.com/playwright:v1.56.1 -noble
55+ container : mcr.microsoft.com/playwright:v1.57.0 -noble
5656 env :
5757 # See: https://github.com/microsoft/playwright/issues/27620
5858 HOME : /root
@@ -160,7 +160,7 @@ jobs:
160160
161161 e2e :
162162 runs-on : ubuntu-24.04
163- container : mcr.microsoft.com/playwright:v1.56.1 -noble
163+ container : mcr.microsoft.com/playwright:v1.57.0 -noble
164164 needs :
165165 - build
166166 strategy :
Original file line number Diff line number Diff line change 1414jobs :
1515 vrt-update :
1616 runs-on : ubuntu-24.04
17- container : mcr.microsoft.com/playwright:v1.56.1 -noble
17+ container : mcr.microsoft.com/playwright:v1.57.0 -noble
1818 # PR from non-collaborators requires a manual re-run from collaborators which
1919 # makes run_attempt > 1 on first attempt causing the workflow to run.
2020 # So we always skip if the PR is not from a collaborator.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ cd $(dirname $0)
99export MSYS_NO_PATHCONV=1
1010
1111# Keep image version in sync with the image used in .github/workflows/build-and-test.yaml
12- PLAYWRIGHT_IMAGE=" mcr.microsoft.com/playwright:v1.56.1 -noble"
12+ PLAYWRIGHT_IMAGE=" mcr.microsoft.com/playwright:v1.57.0 -noble"
1313OS=$( uname -s)
1414CWD=$( pwd)
1515
You can’t perform that action at this time.
0 commit comments