Skip to content

Commit

Permalink
Maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Feb 13, 2025
1 parent e58bfde commit 2230b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"start": "jupyter lab --config jupyter_server_test_config.py",
"start:lite": "python -m http.server 8866",
"start:lite": "cd artifact && python -m http.server 8866",
"test": "npx playwright test --workers 1",
"test:lite": "npx playwright test --workers 1 --config playwright-lite.config.js",
"test:update": "npx playwright test --update-snapshots",
Expand Down

0 comments on commit 2230b87

Please sign in to comment.