Skip to content

Commit 6db85e5

Browse files
committed
Update ui-tests dependencies
1 parent 781de86 commit 6db85e5

File tree

2 files changed

+1027
-929
lines changed

2 files changed

+1027
-929
lines changed

ui-tests/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
"scripts": {
77
"start": "jupyter lab --config ./jupyter_server_config.py",
88
"start:detached": "jlpm start&",
9-
"test": "playwright test",
10-
"test:debug": "PWDEBUG=1 playwright test",
9+
"test": "npx playwright test",
10+
"test:debug": "PWDEBUG=1 npx playwright test",
1111
"test:report": "http-server ./playwright-report -a localhost -o",
12-
"test:update": "playwright test --update-snapshots",
12+
"test:update": "npx playwright test --update-snapshots",
1313
"deduplicate": "jlpm && yarn-deduplicate -s fewer --fail"
1414
},
1515
"author": "Project Jupyter",
1616
"license": "BSD-3-Clause",
1717
"devDependencies": {
18-
"@jupyterlab/galata": "^5.0.0",
18+
"@jupyterlab/galata": "^5.0.1",
19+
"@playwright/test": "^1.32.0",
1920
"yarn-deduplicate": "^6.0.1"
2021
}
2122
}

0 commit comments

Comments
 (0)