Skip to content

Commit 26fb2cd

Browse files
web-padawanclaude
andcommitted
chore: bump Playwright to 1.57.0
Update Playwright from 1.56.0 to 1.57.0 and the corresponding Docker image in visual test workflows. Ships Chromium 143 and Firefox 144. Firefox tests that required workarounds at 1.59 (Firefox 148) pass cleanly here. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9780fa3 commit 26fb2cd

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/visual-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
if: github.repository_owner == 'vaadin'
2020
container:
21-
image: mcr.microsoft.com/playwright:v1.56.0-noble
21+
image: mcr.microsoft.com/playwright:v1.57.0-noble
2222
options: --ipc=host
2323

2424
steps:
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
if: github.repository_owner == 'vaadin'
6464
container:
65-
image: mcr.microsoft.com/playwright:v1.56.0-noble
65+
image: mcr.microsoft.com/playwright:v1.57.0-noble
6666
options: --ipc=host
6767

6868
steps:
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
if: github.repository_owner == 'vaadin'
109109
container:
110-
image: mcr.microsoft.com/playwright:v1.56.0-noble
110+
image: mcr.microsoft.com/playwright:v1.57.0-noble
111111
options: --ipc=host
112112

113113
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"typescript": "^6.0.3"
7676
},
7777
"resolutions": {
78-
"playwright": "^1.56.0"
78+
"playwright": "~1.57.0"
7979
},
8080
"lint-staged": {
8181
"*.{js,ts}": [

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8423,17 +8423,17 @@ pkg-dir@^4.2.0:
84238423
dependencies:
84248424
find-up "^4.0.0"
84258425

8426-
playwright-core@1.56.0:
8427-
version "1.56.0"
8428-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.56.0.tgz#14b40ea436551b0bcefe19c5bfb8d1804c83739c"
8429-
integrity sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ==
8426+
playwright-core@1.57.0:
8427+
version "1.57.0"
8428+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.57.0.tgz#3dcc9a865af256fa9f0af0d67fc8dd54eecaebf5"
8429+
integrity sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==
84308430

8431-
playwright@^1.53.0, playwright@^1.56.0:
8432-
version "1.56.0"
8433-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.56.0.tgz#71c533c61da33e95812f8c6fa53960e073548d9a"
8434-
integrity sha512-X5Q1b8lOdWIE4KAoHpW3SE8HvUB+ZZsUoN64ZhjnN8dOb1UpujxBtENGiZFE+9F/yhzJwYa+ca3u43FeLbboHA==
8431+
playwright@^1.53.0, playwright@~1.57.0:
8432+
version "1.57.0"
8433+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.57.0.tgz#74d1dacff5048dc40bf4676940b1901e18ad0f46"
8434+
integrity sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==
84358435
dependencies:
8436-
playwright-core "1.56.0"
8436+
playwright-core "1.57.0"
84378437
optionalDependencies:
84388438
fsevents "2.3.2"
84398439

0 commit comments

Comments
 (0)