Skip to content

Commit

Permalink
Update ui-tests dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jun 15, 2023
1 parent 781de86 commit 6db85e5
Show file tree
Hide file tree
Showing 2 changed files with 1,027 additions and 929 deletions.
9 changes: 5 additions & 4 deletions ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
"scripts": {
"start": "jupyter lab --config ./jupyter_server_config.py",
"start:detached": "jlpm start&",
"test": "playwright test",
"test:debug": "PWDEBUG=1 playwright test",
"test": "npx playwright test",
"test:debug": "PWDEBUG=1 npx playwright test",
"test:report": "http-server ./playwright-report -a localhost -o",
"test:update": "playwright test --update-snapshots",
"test:update": "npx playwright test --update-snapshots",
"deduplicate": "jlpm && yarn-deduplicate -s fewer --fail"
},
"author": "Project Jupyter",
"license": "BSD-3-Clause",
"devDependencies": {
"@jupyterlab/galata": "^5.0.0",
"@jupyterlab/galata": "^5.0.1",
"@playwright/test": "^1.32.0",
"yarn-deduplicate": "^6.0.1"
}
}
Loading

0 comments on commit 6db85e5

Please sign in to comment.