File tree Expand file tree Collapse file tree 2 files changed +2
-32
lines changed
packages/browser/test/e2e Expand file tree Collapse file tree 2 files changed +2
-32
lines changed Original file line number Diff line number Diff line change 13
13
]
14
14
},
15
15
"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 " ,
18
18
"test" : " playwright test ./test --browser='all' --reporter='line'" ,
19
19
"posttest" : " rimraf dist"
20
20
},
26
26
"babel-loader" : " ^8.2.2" ,
27
27
"handlebars-loader" : " ^1.7.1" ,
28
28
"html-webpack-plugin" : " ^5.5.0" ,
29
- "playwright" : " ^1.16.3" ,
30
29
"ts-loader" : " ^9.2.6" ,
31
30
"webpack" : " ^5.52.0"
32
31
},
Original file line number Diff line number Diff line change @@ -2310,28 +2310,6 @@ pkg-dir@^4.1.0:
2310
2310
dependencies :
2311
2311
find-up "^4.0.0"
2312
2312
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
-
2335
2313
playwright-core@=1.17.0-next-alpha-nov-5-2021 :
2336
2314
version "1.17.0-next-alpha-nov-5-2021"
2337
2315
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:
2354
2332
yauzl "^2.10.0"
2355
2333
yazl "^2.5.1"
2356
2334
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
-
2364
2335
pngjs@^4.0.1 :
2365
2336
version "4.0.1"
2366
2337
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-4.0.1.tgz#f803869bb2fc1bfe1bf99aa4ec21c108117cfdbe"
You can’t perform that action at this time.
0 commit comments