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.
1 parent b353ea5 commit ca8a86cCopy full SHA for ca8a86c
ui-tests/package.json
@@ -4,12 +4,13 @@
4
"description": "Jupyter Everywhere Integration Tests",
5
"private": true,
6
"scripts": {
7
- "start": "cd ../dist && npx static-handler --coi -p 3000 ./",
+ "start": "cd ../dist && npx static-handler --cors --coop --coep --corp --port 3000 --host 127.0.0.1 ./",
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"
+ "@playwright/test": "^1.57.0",
14
+ "static-handler": "^0.4.1"
15
}
16
0 commit comments