mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:10:45 +00:00
test: reuse Docker test-state in more lanes
This commit is contained in:
@@ -322,6 +322,10 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
"agents-delete-shared-workspace",
|
||||
"doctor-switch",
|
||||
"openai-image-auth",
|
||||
"openai-web-search-minimal",
|
||||
"plugins",
|
||||
"bundled-channel-deps-compat",
|
||||
"bundled-channel-setup-entry",
|
||||
"bundled-plugin-install-uninstall-0",
|
||||
"update-channel-switch",
|
||||
],
|
||||
@@ -344,6 +348,22 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
name: "openai-image-auth",
|
||||
stateScenario: "empty",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "openai-web-search-minimal",
|
||||
stateScenario: "empty",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "plugins",
|
||||
stateScenario: "empty",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "bundled-channel-deps-compat",
|
||||
stateScenario: "empty",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "bundled-channel-setup-entry",
|
||||
stateScenario: "empty",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "bundled-plugin-install-uninstall-0",
|
||||
stateScenario: "empty",
|
||||
|
||||
Reference in New Issue
Block a user