mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-03 03:41:14 +08:00
08fe5c5df1
* Update `@jupyterlab/galata` * Align with the galata playwright dependency * Add back playwrigh test dependency * use fixed `tmpPath` * create and delete tmpPath * Update Playwright Snapshots * Update Playwright Snapshots * fix codespell * fix codespell * codespell * pre-commit * try fix flakyness * force skip codespell * add comments * update snapshot * try reduce flakyness * try fix flakyness * flakyness --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
23 lines
670 B
JSON
23 lines
670 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.2.0",
|
|
"@playwright/test": "^1.44.0",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|