File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
99
parallel : true
100
100
working-directory : e2e
101
101
start : pnpm exec vite preview --host --port 7000
102
- wait-on : ' http://0.0.0.0 :7000'
102
+ wait-on : ' tcp :7000'
103
103
wait-on-timeout : 120
104
104
browser : chrome
105
105
group : Milkdown-E2E-Chrome
Original file line number Diff line number Diff line change 12
12
"setup" : " pnpm serve --port $CYPRESS_SERVER_PORT --host" ,
13
13
"test" : " cypress run" ,
14
14
"test:verbose" : " cypress open" ,
15
- "start:test" : " cross-env CYPRESS_SERVER_PORT=8000 start-test --expect 404 setup :8000 test" ,
16
- "start:test:verbose" : " cross-env CYPRESS_SERVER_PORT=8000 start-test --expect 404 setup :8000 test:verbose"
15
+ "start:test" : " cross-env CYPRESS_SERVER_PORT=8000 start-test setup tcp :8000 test" ,
16
+ "start:test:verbose" : " cross-env CYPRESS_SERVER_PORT=8000 start-test setup tcp :8000 test:verbose"
17
17
},
18
18
"dependencies" : {
19
19
"@codemirror/basic-setup" : " ^0.20.0" ,
You can’t perform that action at this time.
0 commit comments