@@ -14,10 +14,62 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
include :
17
+ - suite : a2a-middleware
18
+ test_path : tests/a2aMiddlewareTests
19
+ services : ["dojo","a2a-middleware"]
20
+ wait_on : http://localhost:9999,tcp:localhost:8011,tcp:localhost:8012,tcp:localhost:8013,tcp:localhost:8014
17
21
- suite : adk-middleware
18
22
test_path : tests/adkMiddlewareTests
19
23
services : ["dojo","adk-middleware"]
20
24
wait_on : http://localhost:9999,tcp:localhost:8010
25
+ - suite : agno
26
+ test_path : tests/agnoTests
27
+ services : ["dojo","agno"]
28
+ wait_on : http://localhost:9999,tcp:localhost:8002
29
+ - suite : crew-ai
30
+ test_path : tests/crewAITests
31
+ services : ["dojo","crew-ai"]
32
+ wait_on : http://localhost:9999,tcp:localhost:8003
33
+ - suite : langgraph-python
34
+ test_path : tests/langgraphPythonTests
35
+ services : ["dojo","langgraph-platform-python"]
36
+ wait_on : http://localhost:9999,tcp:localhost:8005
37
+ - suite : langgraph-typescript
38
+ test_path : tests/langgraphTypescriptTests
39
+ services : ["dojo","langgraph-platform-typescript"]
40
+ wait_on : http://localhost:9999,tcp:localhost:8006
41
+ - suite : langgraph-fastapi
42
+ test_path : tests/langgraphFastAPITests
43
+ services : ["dojo","langgraph-fastapi"]
44
+ wait_on : http://localhost:9999,tcp:localhost:8004
45
+ - suite : llama-index
46
+ test_path : tests/llamaIndexTests
47
+ services : ["dojo","llama-index"]
48
+ wait_on : http://localhost:9999,tcp:localhost:8007
49
+ - suite : mastra
50
+ test_path : tests/mastraTests
51
+ services : ["dojo","mastra"]
52
+ wait_on : http://localhost:9999,tcp:localhost:8008
53
+ - suite : mastra-agent-local
54
+ test_path : tests/mastraAgentLocalTests
55
+ services : ["dojo"]
56
+ wait_on : http://localhost:9999
57
+ - suite : middleware-starter
58
+ test_path : tests/middlewareStarterTests
59
+ services : ["dojo"]
60
+ wait_on : http://localhost:9999
61
+ - suite : pydantic-ai
62
+ test_path : tests/pydanticAITests
63
+ services : ["dojo","pydantic-ai"]
64
+ wait_on : http://localhost:9999,tcp:localhost:8009
65
+ - suite : server-starter
66
+ test_path : tests/serverStarterTests
67
+ services : ["dojo","server-starter"]
68
+ wait_on : http://localhost:9999,tcp:localhost:8000
69
+ - suite : server-starter-all
70
+ test_path : tests/serverStarterAllFeaturesTests
71
+ services : ["dojo","server-starter-all"]
72
+ wait_on : http://localhost:9999,tcp:localhost:8001
21
73
# - suite: vercel-ai-sdk
22
74
# test_path: tests/vercelAISdkTests
23
75
# services: ["dojo"]
0 commit comments