Skip to content

Commit cc4e2c0

Browse files
committed
Switch back to @playwright/test.
1 parent f1e9eb3 commit cc4e2c0

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

packages/browser/test/e2e/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
]
1414
},
1515
"scripts": {
16-
"postinstall": "playwright install --with-deps",
17-
"pretest": "yarn install",
16+
"install-browsers": "playwright install --with-deps",
17+
"pretest": "yarn install && yarn install-browsers",
1818
"test": "playwright test ./test --browser='all' --reporter='line'",
1919
"posttest": "rimraf dist"
2020
},
@@ -26,7 +26,6 @@
2626
"babel-loader": "^8.2.2",
2727
"handlebars-loader": "^1.7.1",
2828
"html-webpack-plugin": "^5.5.0",
29-
"playwright": "^1.16.3",
3029
"ts-loader": "^9.2.6",
3130
"webpack": "^5.52.0"
3231
},

packages/browser/test/e2e/yarn.lock

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,28 +2310,6 @@ pkg-dir@^4.1.0:
23102310
dependencies:
23112311
find-up "^4.0.0"
23122312

2313-
playwright-core@=1.16.3:
2314-
version "1.16.3"
2315-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.16.3.tgz#f466be9acaffb698654adfb0a17a4906ba936895"
2316-
integrity sha512-16hF27IvQheJee+DbhC941AUZLjbJgfZFWi9YPS4LKEk/lKFhZI+9TiFD0sboYqb9eaEWvul47uR5xxTVbE4iw==
2317-
dependencies:
2318-
commander "^8.2.0"
2319-
debug "^4.1.1"
2320-
extract-zip "^2.0.1"
2321-
https-proxy-agent "^5.0.0"
2322-
jpeg-js "^0.4.2"
2323-
mime "^2.4.6"
2324-
pngjs "^5.0.0"
2325-
progress "^2.0.3"
2326-
proper-lockfile "^4.1.1"
2327-
proxy-from-env "^1.1.0"
2328-
rimraf "^3.0.2"
2329-
socks-proxy-agent "^6.1.0"
2330-
stack-utils "^2.0.3"
2331-
ws "^7.4.6"
2332-
yauzl "^2.10.0"
2333-
yazl "^2.5.1"
2334-
23352313
playwright-core@=1.17.0-next-alpha-nov-5-2021:
23362314
version "1.17.0-next-alpha-nov-5-2021"
23372315
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.17.0-next-alpha-nov-5-2021.tgz#1cf666ba769f6e44161c73dccf516ceb3be9e78e"
@@ -2354,13 +2332,6 @@ playwright-core@=1.17.0-next-alpha-nov-5-2021:
23542332
yauzl "^2.10.0"
23552333
yazl "^2.5.1"
23562334

2357-
playwright@^1.16.3:
2358-
version "1.16.3"
2359-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.16.3.tgz#27a292d9fa54fbac923998d3af58cd2b691f5ebe"
2360-
integrity sha512-nfJx/OpIb/8OexL3rYGxNN687hGyaM3XNpfuMzoPlrekURItyuiHHsNhC9oQCx3JDmCn5O3EyyyFCnrZjH6MpA==
2361-
dependencies:
2362-
playwright-core "=1.16.3"
2363-
23642335
pngjs@^4.0.1:
23652336
version "4.0.1"
23662337
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-4.0.1.tgz#f803869bb2fc1bfe1bf99aa4ec21c108117cfdbe"

0 commit comments

Comments
 (0)