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 9f6cd1e
Showing 1 changed file with 4 additions and 4 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"
}
}

0 comments on commit 9f6cd1e

Please sign in to comment.