File tree Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"start" : " jupyter lab --config ./jupyter_server_config.py" ,
8
8
"start:detached" : " jlpm start&" ,
9
- "test" : " playwright test" ,
10
- "test:debug" : " PWDEBUG=1 playwright test" ,
9
+ "test" : " npx playwright test" ,
10
+ "test:debug" : " PWDEBUG=1 npx playwright test" ,
11
11
"test:report" : " http-server ./playwright-report -a localhost -o" ,
12
- "test:update" : " playwright test --update-snapshots" ,
12
+ "test:update" : " npx playwright test --update-snapshots" ,
13
13
"deduplicate" : " jlpm && yarn-deduplicate -s fewer --fail"
14
14
},
15
15
"author" : " Project Jupyter" ,
16
16
"license" : " BSD-3-Clause" ,
17
17
"devDependencies" : {
18
18
"@jupyterlab/galata" : " ^5.0.0" ,
19
+ "@playwright/test" : " ^1.32.0" ,
19
20
"yarn-deduplicate" : " ^6.0.1"
20
21
}
21
22
}
Original file line number Diff line number Diff line change @@ -331,6 +331,7 @@ __metadata:
331
331
resolution : " @jupyter-widgets/ui-tests@workspace:."
332
332
dependencies :
333
333
" @jupyterlab/galata " : ^5.0.0
334
+ " @playwright/test " : ^1.32.0
334
335
yarn-deduplicate : ^6.0.1
335
336
languageName : unknown
336
337
linkType : soft
@@ -1339,6 +1340,22 @@ __metadata:
1339
1340
languageName : node
1340
1341
linkType : hard
1341
1342
1343
+ " @playwright/test@npm:^1.32.0 " :
1344
+ version : 1.35.0
1345
+ resolution : " @playwright/test@npm:1.35.0"
1346
+ dependencies :
1347
+ " @types/node " : " *"
1348
+ fsevents : 2.3.2
1349
+ playwright-core : 1.35.0
1350
+ dependenciesMeta :
1351
+ fsevents :
1352
+ optional : true
1353
+ bin :
1354
+ playwright : cli.js
1355
+ checksum : c63a281d8711ec817906d7618563709842aaa013ac02919bb7bbef7f7162d4ace0fc1351c6aac94a8957df4d107b38440e55488e99455a07f55e1ace6bb07959
1356
+ languageName : node
1357
+ linkType : hard
1358
+
1342
1359
" @playwright/test@npm:^1.32.2 " :
1343
1360
version : 1.33.0
1344
1361
resolution : " @playwright/test@npm:1.33.0"
@@ -3182,6 +3199,15 @@ __metadata:
3182
3199
languageName : node
3183
3200
linkType : hard
3184
3201
3202
+ " playwright-core@npm:1.35.0 " :
3203
+ version : 1.35.0
3204
+ resolution : " playwright-core@npm:1.35.0"
3205
+ bin :
3206
+ playwright-core : cli.js
3207
+ checksum : e23050c9de128e02b16ffbeb1adaca6dddd85a6fd581e71da38947f66b3c910504d628285340e3d6de8c099a488ab9dad14241aefe615f65c01a5a3e3b6e633d
3208
+ languageName : node
3209
+ linkType : hard
3210
+
3185
3211
" postcss@npm:^8.3.11 " :
3186
3212
version : 8.4.21
3187
3213
resolution : " postcss@npm:8.4.21"
You can’t perform that action at this time.
0 commit comments