Skip to content

Commit 57810b3

Browse files
chore: upgrade Playwright version to 1.62.0 (#12234) (#12252)
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
1 parent c2e7838 commit 57810b3

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
@@ -16,7 +16,7 @@ jobs:
1616
name: Base
1717
runs-on: ubuntu-latest
1818
container:
19-
image: mcr.microsoft.com/playwright:v1.61.0-noble
19+
image: mcr.microsoft.com/playwright:v1.62.0-noble
2020
options: --ipc=host
2121

2222
steps:
@@ -53,7 +53,7 @@ jobs:
5353
name: Lumo
5454
runs-on: ubuntu-latest
5555
container:
56-
image: mcr.microsoft.com/playwright:v1.61.0-noble
56+
image: mcr.microsoft.com/playwright:v1.62.0-noble
5757
options: --ipc=host
5858

5959
steps:
@@ -91,7 +91,7 @@ jobs:
9191
name: Aura
9292
runs-on: ubuntu-latest
9393
container:
94-
image: mcr.microsoft.com/playwright:v1.61.0-noble
94+
image: mcr.microsoft.com/playwright:v1.62.0-noble
9595
options: --ipc=host
9696

9797
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"resolutions": {
7676
"@web/test-runner-commands": "^1.0.1",
77-
"playwright": "~1.61.0"
77+
"playwright": "~1.62.0"
7878
},
7979
"lint-staged": {
8080
"*.{js,ts}": [

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8434,17 +8434,17 @@ pkg-dir@^4.2.0:
84348434
dependencies:
84358435
find-up "^4.0.0"
84368436

8437-
playwright-core@1.61.0:
8438-
version "1.61.0"
8439-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.61.0.tgz#caf8078b2a39cd7738dc75ec11cb3b47f385c3f0"
8440-
integrity sha512-caX7TrY3Ml6egyDX0WUcTHDxodl/b51y5wJOdCEA36QviK/s2g081hvmGs8eaE3DWb6NYZQ6BjO/QkNRPenoPA==
8437+
playwright-core@1.62.0:
8438+
version "1.62.0"
8439+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.62.0.tgz#66f50795fa22d4ccb1a6f70d82264f07171fa3b5"
8440+
integrity sha512-nsNRyq0r2zsG8AcRHWknc9QRA5XCueC7gWMrs+Gx2tlZn9hcl8zudfh00lhJPY1DE7NmZ6bDsT9g2yey8mXljA==
84418441

8442-
playwright@^1.53.0, playwright@~1.61.0:
8443-
version "1.61.0"
8444-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.61.0.tgz#7082df3df08ffa82b11420ea5fae84a40bd16e3f"
8445-
integrity sha512-Z+7BeeqQPRRzklHsVFP4KTGIyMxKUmfeRA4WisM6G3/XW6nwGeX6fX9qYaDa+CiUqpOkb2f6X3nar05R3kSuJQ==
8442+
playwright@^1.53.0, playwright@~1.62.0:
8443+
version "1.62.0"
8444+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.62.0.tgz#eddedb94b0e492a6c7425a602b0eadea35c71526"
8445+
integrity sha512-Z14dG305dgaLu6foB1TXQagFiW8JfSUIUaUuPaKQ6NtBPKF1P/qXcqfh6c6K/icPqdy37JmjbiBXf6JNg6Sylw==
84468446
dependencies:
8447-
playwright-core "1.61.0"
8447+
playwright-core "1.62.0"
84488448
optionalDependencies:
84498449
fsevents "2.3.2"
84508450

0 commit comments

Comments
 (0)