/
krisfloop
/
notebook
Обзор
Документация
Войти
/
krisfloop
/
notebook
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ui-tests/package.json
22 строки
723 B
Jeremy Tuloup
Update to JupyterLab v4.6.0a4 (#7859)
12 мар 2026, 13:21
Не верифицирован
12 мар 2026, 13:21
fc791fc
Код
Авторство
О чём код?
{ "name": "@jupyter-notebook/ui-tests", "private": true, "version": "0.1.0", "author": "Project Jupyter", "license": "BSD-3-Clause", "description": "Jupyter Notebook UI Tests", "scripts": { "deduplicate": "jlpm dlx yarn-berry-deduplicate -s fewerHighest && jlpm install", "rimraf": "rimraf", "start": "jupyter notebook --config test/jupyter_server_config.py", "test": "playwright test", "test:debug": "PWDEBUG=1 playwright test", "test:report": "http-server ./playwright-report -a localhost -o", "test:update": "playwright test --update-snapshots" }, "dependencies": { "@jupyterlab/galata": "~5.6.0-alpha.4", "@playwright/test": "~1.58.0", "rimraf": "^3.0.2" } }