mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
* Update `@jupyterlab` and `@lumino`packages * Remove docprovider and collaboration packages * Fix rendermime * Drop `@types/react` * Fix `ICompletionProviderManager` * Bump jupyterlab Python package * Update Jupyter Server config * Ignore F821 for now * Try `LabServerApp` * Update Playwright Snapshots * Update Playwright Snapshots * Remove the `--collaborative` flag --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
22 lines
644 B
JSON
22 lines
644 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": {
|
|
"rimraf": "rimraf",
|
|
"start": "jupyter notebook --config test/jupyter_server_config.py",
|
|
"start:detached": "yarn run start&",
|
|
"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.0.0-alpha.19",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|