Skip to content

Commit 589085f

Browse files
committed
install playwright
1 parent 7825688 commit 589085f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@babel/preset-react": "^7.26.3",
2020
"@babel/preset-typescript": "^7.27.1",
2121
"@eslint/compat": "^1.2.7",
22+
"@playwright/test": "^1.55.1",
2223
"@testing-library/dom": "^10.4.0",
2324
"@testing-library/jest-dom": "^6.6.3",
2425
"@testing-library/react": "^16.2.0",

yarn.lock

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,13 @@
14711471
resolved "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz"
14721472
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
14731473

1474+
"@playwright/test@^1.55.1":
1475+
version "1.55.1"
1476+
resolved "https://registry.npmjs.org/@playwright/test/-/test-1.55.1.tgz#80f775d5f948cd3ef550fcc45ef99986d3ffb36c"
1477+
integrity sha512-IVAh/nOJaw6W9g+RJVlIQJ6gSiER+ae6mKQ5CX1bERzQgbC1VSeBlwdvczT7pxb0GWiyrxH4TGKbMfDb4Sq/ig==
1478+
dependencies:
1479+
playwright "1.55.1"
1480+
14741481
"@publint/pack@^0.1.2":
14751482
version "0.1.2"
14761483
resolved "https://registry.npmjs.org/@publint/pack/-/pack-0.1.2.tgz"
@@ -3373,7 +3380,7 @@ fs.realpath@^1.0.0:
33733380
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
33743381
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
33753382

3376-
fsevents@^2.3.2:
3383+
fsevents@2.3.2, fsevents@^2.3.2:
33773384
version "2.3.2"
33783385
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
33793386
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -5123,6 +5130,20 @@ pkg-dir@^4.2.0:
51235130
dependencies:
51245131
find-up "^4.0.0"
51255132

5133+
playwright-core@1.55.1:
5134+
version "1.55.1"
5135+
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz#5d3bb1846bc4289d364ea1a9dcb33f14545802e9"
5136+
integrity sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==
5137+
5138+
playwright@1.55.1:
5139+
version "1.55.1"
5140+
resolved "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz#8a9954e9e61ed1ab479212af9be336888f8b3f0e"
5141+
integrity sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==
5142+
dependencies:
5143+
playwright-core "1.55.1"
5144+
optionalDependencies:
5145+
fsevents "2.3.2"
5146+
51265147
possible-typed-array-names@^1.0.0:
51275148
version "1.1.0"
51285149
resolved "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz"

0 commit comments

Comments
 (0)