@@ -17,51 +17,51 @@ jobs:
1717 - suite : agno
1818 test_path : tests/agnoTests
1919 services : ["dojo","agno"]
20- wait_on : ["http://127.0.0.1 :9999","tcp:127.0.0.1 :8002"]
20+ wait_on : ["http://localhost :9999","tcp:localhost :8002"]
2121 - suite : crew-ai
2222 test_path : tests/crewAITests
2323 services : ["dojo","crew-ai"]
24- wait_on : ["http://127.0.0.1 :9999","tcp:127.0.0.1 :8003"]
24+ wait_on : ["http://localhost :9999","tcp:localhost :8003"]
2525 - suite : langgraph
2626 test_path : tests/langgraphTests
2727 services : ["dojo","langgraph-platform-python","langgraph-platform-typescript"]
28- wait_on : ["http://127.0.0.1 :9999","tcp:127.0.0.1 :8005","tcp:127.0.0.1 :8006"]
28+ wait_on : ["http://localhost :9999","tcp:localhost :8005","tcp:localhost :8006"]
2929 - suite : langgraph-fastapi
3030 test_path : tests/langgraphFastAPITests
3131 services : ["dojo","langgraph-fastapi"]
32- wait_on : ["http://127.0.0.1 :9999","tcp:127.0.0.1 :8004"]
32+ wait_on : ["http://localhost :9999","tcp:localhost :8004"]
3333 - suite : llama-index
3434 test_path : tests/llamaIndexTests
3535 services : ["dojo","llama-index"]
36- wait_on : ["http://127.0.0.1 :9999","tcp:127.0.0.1 :8007"]
36+ wait_on : ["http://localhost :9999","tcp:localhost :8007"]
3737 - suite : mastra
3838 test_path : tests/mastraTests
3939 services : ["dojo","mastra"]
40- wait_on : ["http://127.0.0.1 :9999","tcp:127.0.0.1 :8008"]
40+ wait_on : ["http://localhost :9999","tcp:localhost :8008"]
4141 - suite : mastra-agent-local
4242 test_path : tests/mastraAgentLocalTests
4343 services : ["dojo"]
44- wait_on : ["http://127.0.0.1 :9999"]
44+ wait_on : ["http://localhost :9999"]
4545 - suite : middleware-starter
4646 test_path : tests/middlewareStarterTests
4747 services : ["dojo"]
48- wait_on : ["http://127.0.0.1 :9999"]
48+ wait_on : ["http://localhost :9999"]
4949 - suite : pydantic-ai
5050 test_path : tests/pydanticAITests
5151 services : ["dojo","pydantic-ai"]
52- wait_on : ["http://127.0.0.1 :9999","tcp:127.0.0.1 :8009"]
52+ wait_on : ["http://localhost :9999","tcp:localhost :8009"]
5353 - suite : server-starter
5454 test_path : tests/serverStarterTests
5555 services : ["dojo","server-starter"]
56- wait_on : ["http://127.0.0.1 :9999","tcp:127.0.0.1 :8000"]
56+ wait_on : ["http://localhost :9999","tcp:localhost :8000"]
5757 - suite : server-starter-all
5858 test_path : tests/serverStarterAllFeaturesTests
5959 services : ["dojo","server-starter-all"]
60- wait_on : ["http://127.0.0.1 :9999","tcp:127.0.0.1 :8001"]
60+ wait_on : ["http://localhost :9999","tcp:localhost :8001"]
6161 - suite : vercel-ai-sdk
6262 test_path : tests/vercelAISdkTests
6363 services : ["dojo"]
64- wait_on : ["http://127.0.0.1 :9999"]
64+ wait_on : ["http://localhost :9999"]
6565
6666 steps :
6767 - name : Checkout code
@@ -152,11 +152,13 @@ jobs:
152152 node ../scripts/run-dojo-everything.js --only ${{ join(matrix.services, ',') }}
153153 working-directory : typescript-sdk/apps/dojo/e2e
154154 wait-on : ${{ join(matrix.wait_on, '\n') }}
155+ wait-on-timeout : 300000
156+ wait-on-interval : 1000
155157
156158 - name : Run tests – ${{ matrix.suite }}
157159 working-directory : typescript-sdk/apps/dojo/e2e
158160 env :
159- BASE_URL : http://127.0.0.1 :9999
161+ BASE_URL : http://localhost :9999
160162 run : |
161163 pnpm test -- ${{ matrix.test_path }}
162164
0 commit comments