We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
http.server
1 parent 23c49c5 commit 72da918Copy full SHA for 72da918
ui-tests/package.json
@@ -4,13 +4,12 @@
4
"description": "Jupyter Everywhere Integration Tests",
5
"private": true,
6
"scripts": {
7
- "start": "npx static-handler --cors --coop --coep --corp --port 3000 --host 127.0.0.1 ../dist",
+ "start": "cd ../dist && python -m http.server -b 127.0.0.1 3000",
8
"test": "jlpm playwright test",
9
"test:update": "jlpm playwright test --update-snapshots"
10
},
11
"devDependencies": {
12
"@jupyterlab/application": "^4.5.0-beta.1",
13
- "@playwright/test": "^1.57.0",
14
- "static-handler": "^0.4.1"
+ "@playwright/test": "^1.57.0"
15
}
16
0 commit comments