notebook/ui-tests/package.json
Jeremy Tuloup 326991fee9
Update to JupyterLab v4.4.0b2 (#7614)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-20 08:27:39 +01:00

23 lines
722 B
JSON

{
"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.4.0-beta.2",
"@playwright/test": "~1.51.0",
"rimraf": "^3.0.2"
}
}