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 8d8013a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
7 changes: 4 additions & 3 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",
"@playwright/test": "^1.32.0",
"yarn-deduplicate": "^6.0.1"
}
}
26 changes: 26 additions & 0 deletions ui-tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ __metadata:
resolution: "@jupyter-widgets/ui-tests@workspace:."
dependencies:
"@jupyterlab/galata": ^5.0.0
"@playwright/test": ^1.32.0
yarn-deduplicate: ^6.0.1
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1339,6 +1340,22 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:^1.32.0":
version: 1.35.0
resolution: "@playwright/test@npm:1.35.0"
dependencies:
"@types/node": "*"
fsevents: 2.3.2
playwright-core: 1.35.0
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: c63a281d8711ec817906d7618563709842aaa013ac02919bb7bbef7f7162d4ace0fc1351c6aac94a8957df4d107b38440e55488e99455a07f55e1ace6bb07959
languageName: node
linkType: hard

"@playwright/test@npm:^1.32.2":
version: 1.33.0
resolution: "@playwright/test@npm:1.33.0"
Expand Down Expand Up @@ -3182,6 +3199,15 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.35.0":
version: 1.35.0
resolution: "playwright-core@npm:1.35.0"
bin:
playwright-core: cli.js
checksum: e23050c9de128e02b16ffbeb1adaca6dddd85a6fd581e71da38947f66b3c910504d628285340e3d6de8c099a488ab9dad14241aefe615f65c01a5a3e3b6e633d
languageName: node
linkType: hard

"postcss@npm:^8.3.11":
version: 8.4.21
resolution: "postcss@npm:8.4.21"
Expand Down

0 comments on commit 8d8013a

Please sign in to comment.