Skip to content

Commit 72da918

Browse files
Revert "Try to run tests outside Python's http.server"
This reverts commit d547c1f.
1 parent 23c49c5 commit 72da918

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ui-tests/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
"description": "Jupyter Everywhere Integration Tests",
55
"private": true,
66
"scripts": {
7-
"start": "npx static-handler --cors --coop --coep --corp --port 3000 --host 127.0.0.1 ../dist",
7+
"start": "cd ../dist && python -m http.server -b 127.0.0.1 3000",
88
"test": "jlpm playwright test",
99
"test:update": "jlpm playwright test --update-snapshots"
1010
},
1111
"devDependencies": {
1212
"@jupyterlab/application": "^4.5.0-beta.1",
13-
"@playwright/test": "^1.57.0",
14-
"static-handler": "^0.4.1"
13+
"@playwright/test": "^1.57.0"
1514
}
1615
}

0 commit comments

Comments
 (0)