Skip to content

Commit d7b033e

Browse files
committed
install playwright
1 parent 2b5bab8 commit d7b033e

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"
@@ -3366,7 +3373,7 @@ fs.realpath@^1.0.0:
33663373
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
33673374
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
33683375

3369-
fsevents@^2.3.2:
3376+
fsevents@2.3.2, fsevents@^2.3.2:
33703377
version "2.3.2"
33713378
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
33723379
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -5111,6 +5118,20 @@ pkg-dir@^4.2.0:
51115118
dependencies:
51125119
find-up "^4.0.0"
51135120

5121+
5122+
version "1.55.1"
5123+
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz#5d3bb1846bc4289d364ea1a9dcb33f14545802e9"
5124+
integrity sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==
5125+
5126+
5127+
version "1.55.1"
5128+
resolved "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz#8a9954e9e61ed1ab479212af9be336888f8b3f0e"
5129+
integrity sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==
5130+
dependencies:
5131+
playwright-core "1.55.1"
5132+
optionalDependencies:
5133+
fsevents "2.3.2"
5134+
51145135
possible-typed-array-names@^1.0.0:
51155136
version "1.1.0"
51165137
resolved "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz"

0 commit comments

Comments
 (0)