Skip to content

Commit b54bb99

Browse files
authored
add test:update script to ui-tests in 1.x (#456)
1 parent 846655b commit b54bb99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui-tests/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"private": true,
66
"scripts": {
77
"start": "jupyter lab --config jupyter_server_test_config.py",
8-
"test": "jlpm playwright test"
8+
"test": "jlpm playwright test",
9+
"test:update": "jlpm playwright test --update-snapshots"
910
},
1011
"devDependencies": {
1112
"@jupyterlab/galata": "^4.3.0"

0 commit comments

Comments
 (0)