2021-11-07 22:53:56 +01:00
|
|
|
{
|
2022-01-18 13:18:12 +01:00
|
|
|
"name": "@jupyter-notebook/ui-tests",
|
2021-11-07 22:53:56 +01:00
|
|
|
"private": true,
|
|
|
|
"version": "0.1.0",
|
|
|
|
"author": "Project Jupyter",
|
|
|
|
"license": "BSD-3-Clause",
|
2022-01-18 16:43:12 +01:00
|
|
|
"description": "Jupyter Notebook UI Tests",
|
2021-11-07 22:53:56 +01:00
|
|
|
"scripts": {
|
2022-09-29 10:43:21 +01:00
|
|
|
"rimraf": "rimraf",
|
2022-02-24 21:44:15 +01:00
|
|
|
"start": "jupyter notebook --config test/jupyter_server_config.py",
|
2021-11-07 22:53:56 +01:00
|
|
|
"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": {
|
2024-01-29 11:17:01 +01:00
|
|
|
"@jupyterlab/galata": "~5.1.0-rc.0",
|
2023-05-16 13:28:22 +02:00
|
|
|
"@playwright/test": "^1.33.0",
|
2022-09-29 10:43:21 +01:00
|
|
|
"rimraf": "^3.0.2"
|
2021-11-07 22:53:56 +01:00
|
|
|
}
|
|
|
|
}
|