@@ -373,13 +373,38 @@ describe("scripts/test-projects changed-target routing", () => {
|
373 | 373 | "scripts/e2e/lib/openai-chat-tools/scenario.sh", |
374 | 374 | ["test/scripts/openai-chat-tools-client.test.ts"], |
375 | 375 | ], |
| 376 | +[ |
| 377 | +"scripts/e2e/openai-chat-tools-docker.sh", |
| 378 | +[ |
| 379 | +"test/scripts/openai-chat-tools-client.test.ts", |
| 380 | +"test/scripts/docker-e2e-plan.test.ts", |
| 381 | +], |
| 382 | +], |
376 | 383 | [ |
377 | 384 | "scripts/e2e/lib/openai-web-search-minimal/mock-server.mjs", |
378 | 385 | [ |
379 | 386 | "test/scripts/openai-web-search-minimal-client.test.ts", |
380 | 387 | "test/scripts/openai-web-search-minimal-assertions.test.ts", |
381 | 388 | ], |
382 | 389 | ], |
| 390 | +[ |
| 391 | +"scripts/e2e/openai-web-search-minimal-docker.sh", |
| 392 | +[ |
| 393 | +"test/scripts/docker-build-helper.test.ts", |
| 394 | +"test/scripts/docker-e2e-plan.test.ts", |
| 395 | +"test/scripts/openai-web-search-minimal-client.test.ts", |
| 396 | +"test/scripts/openai-web-search-minimal-assertions.test.ts", |
| 397 | +], |
| 398 | +], |
| 399 | +[ |
| 400 | +"scripts/e2e/openwebui-docker.sh", |
| 401 | +[ |
| 402 | +"test/scripts/docker-build-helper.test.ts", |
| 403 | +"test/scripts/docker-e2e-plan.test.ts", |
| 404 | +"test/scripts/openwebui-probe.test.ts", |
| 405 | +"test/scripts/fixture-config.test.ts", |
| 406 | +], |
| 407 | +], |
383 | 408 | ["scripts/e2e/lib/openwebui/http-probe.mjs", ["test/scripts/openwebui-probe.test.ts"]], |
384 | 409 | [ |
385 | 410 | "scripts/e2e/lib/plugins/npm-registry-server.mjs", |
|