Skip to content

Commit 0c3e683

Browse files
committed
chore: try upgrading playwright version
1 parent bd88052 commit 0c3e683

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: yarn --frozen-lockfile --no-progress --non-interactive
4141

4242
- name: Install Playwright
43-
run: npx playwright install-deps firefox
43+
run: npx playwright install firefox --with-deps
4444

4545
- name: Test
4646
run: yarn test:firefox
@@ -62,7 +62,7 @@ jobs:
6262
run: yarn --frozen-lockfile --no-progress --non-interactive
6363

6464
- name: Install Playwright
65-
run: npx playwright install-deps webkit
65+
run: npx playwright install webkit --with-deps
6666

6767
- name: Test
6868
run: yarn test:webkit

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
"stylelint-config-vaadin": "^0.2.10",
6565
"typescript": "^4.4.4"
6666
},
67+
"resolutions": {
68+
"playwright": "~1.49.0"
69+
},
6770
"lint-staged": {
6871
"*.{js,ts}": [
6972
"eslint --fix",

yarn.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5248,6 +5248,11 @@ fs.realpath@^1.0.0:
52485248
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
52495249
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
52505250

5251+
[email protected], fsevents@~2.3.2:
5252+
version "2.3.2"
5253+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
5254+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
5255+
52515256
fsevents@^1.2.7:
52525257
version "1.2.13"
52535258
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
@@ -5256,11 +5261,6 @@ fsevents@^1.2.7:
52565261
bindings "^1.5.0"
52575262
nan "^2.12.1"
52585263

5259-
fsevents@~2.3.2:
5260-
version "2.3.2"
5261-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
5262-
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
5263-
52645264
function-bind@^1.1.1:
52655265
version "1.1.1"
52665266
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -8983,17 +8983,19 @@ [email protected], pkg-dir@^4.2.0:
89838983
dependencies:
89848984
find-up "^4.0.0"
89858985

8986-
playwright-core@1.25.2:
8987-
version "1.25.2"
8988-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.2.tgz#ea4baa398a4d45fcdfe48799482b599e3d0f033f"
8989-
integrity sha512-0yTbUE9lIddkEpLHL3u8PoCL+pWiZtj5A/j3U7YoNjcmKKDGBnCrgHJMzwd2J5vy6l28q4ki3JIuz7McLHhl1A==
8986+
playwright-core@1.49.1:
8987+
version "1.49.1"
8988+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.49.1.tgz#32c62f046e950f586ff9e35ed490a424f2248015"
8989+
integrity sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==
89908990

8991-
playwright@^1.22.2:
8992-
version "1.25.2"
8993-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.25.2.tgz#0fc67e4385a52a51371ff9114bf68e3ad50a7f41"
8994-
integrity sha512-RwMB5SFRV/8wSfK+tK8ycpqdzORvoqUNz9DUeRfSgZFrZej5uuBl9wFjWcc+OkXFEtaPmx1acAVGG7hA4IJ1kg==
8991+
playwright@^1.22.2, playwright@~1.49.0:
8992+
version "1.49.1"
8993+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.49.1.tgz#830266dbca3008022afa7b4783565db9944ded7c"
8994+
integrity sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==
89958995
dependencies:
8996-
playwright-core "1.25.2"
8996+
playwright-core "1.49.1"
8997+
optionalDependencies:
8998+
fsevents "2.3.2"
89978999

89989000
plexer@^2.0.0:
89999001
version "2.0.0"

0 commit comments

Comments
 (0)