Skip to content

Commit

Permalink
Update playwright cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Apr 25, 2023
1 parent 1809305 commit 7046382
Show file tree
Hide file tree
Showing 2 changed files with 553 additions and 421 deletions.
8 changes: 4 additions & 4 deletions ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"private": true,
"scripts": {
"start": "jupyter lab --config jupyter_server_test_config.py",
"test": "jlpm playwright test",
"test:update": "jlpm playwright test --update-snapshots",
"test:debug": "PWDEBUG=1 jlpm playwright test"
"test": "npx playwright test",
"test:update": "npx playwright test --update-snapshots",
"test:debug": "PWDEBUG=1 npx playwright test"
},
"devDependencies": {
"@jupyterlab/galata": "^5.0.0-beta.0"
"@jupyterlab/galata": "^5.0.0-beta.2"
}
}
Loading

0 comments on commit 7046382

Please sign in to comment.