File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9595 start_server_script : ' null'
9696 test_folder : ui-tests
9797 npm_client : jlpm
98- server_url : http-get://localhost:8899
98+ server_url : http-get://localhost:3000
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jlpm start
144144
145145``` sh
146146cd ./ui-tests
147- jlpm playwright codegen localhost:8888
147+ jlpm playwright codegen localhost:3000
148148```
149149
150150## Debug tests
Original file line number Diff line number Diff line change 44 "description" : " Jupyter Everywhere Integration Tests" ,
55 "private" : true ,
66 "scripts" : {
7- "start" : " cd ../dist && python -m http.server -b 127.0.0.1 8899 " ,
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 },
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ module.exports = {
1313 acceptDownloads : true ,
1414 appPath : '' ,
1515 autoGoto : false ,
16- baseURL : 'http://localhost:8899 ' ,
16+ baseURL : 'http://localhost:3000 ' ,
1717 trace : 'retain-on-failure' ,
1818 video : 'retain-on-failure'
1919 } ,
2020 webServer : {
2121 command : 'jlpm start' ,
22- port : 8899 ,
22+ port : 3000 ,
2323 timeout : 120 * 1000 ,
2424 reuseExistingServer : ! process . env . CI
2525 }
You can’t perform that action at this time.
0 commit comments