Skip to content

Commit

Permalink
Fixes integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Jul 26, 2023
1 parent a093ded commit 5736db2
Show file tree
Hide file tree
Showing 3 changed files with 657 additions and 7 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"workspaces": {
"packages": [
"app",
"ui-tests",
"packages/*"
]
},
Expand Down
6 changes: 4 additions & 2 deletions ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"private": true,
"scripts": {
"start": "jupyter lab --config jupyter_server_test_config.py",
"test": "jlpm playwright test"
"test": "jlpm playwright test",
"test:update": "jlpm playwright test --update-snapshots"
},
"devDependencies": {
"@jupyterlab/galata": "^5.0.2"
"@jupyterlab/galata": "^5.0.0",
"@playwright/test": "^1.32.0"
}
}
Loading

0 comments on commit 5736db2

Please sign in to comment.