File tree Expand file tree Collapse file tree 2 files changed +1027
-929
lines changed Expand file tree Collapse file tree 2 files changed +1027
-929
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
- "@jupyterlab/galata" : " ^5.0.0" ,
18
+ "@jupyterlab/galata" : " ^5.0.1" ,
19
+ "@playwright/test" : " ^1.32.0" ,
19
20
"yarn-deduplicate" : " ^6.0.1"
20
21
}
21
22
}
You can’t perform that action at this time.
0 commit comments