Skip to content

Commit 0b52725

Browse files
renovate[bot]fh1ch
authored andcommitted
chore(deps): update e2e dependencies to v1.57.0
1 parent d3b1ceb commit 0b52725

File tree

5 files changed

+173
-124
lines changed

5 files changed

+173
-124
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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:

.github/workflows/vrt-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
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.

e2e-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd $(dirname $0)
99
export 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"
1313
OS=$(uname -s)
1414
CWD=$(pwd)
1515

0 commit comments

Comments
 (0)