test(ci): add kitchen-sink npm plugin prerelease lane

This commit is contained in:
Vincent Koc
2026-04-28 15:37:34 -07:00
parent 0487cc59f0
commit 2eac4bacee
7 changed files with 454 additions and 0 deletions

View File

@@ -344,6 +344,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
"config-reload",
"plugin-update",
"plugins",
"kitchen-sink-plugin",
"bundled-channel-deps-compat",
"bundled-channel-setup-entry",
"bundled-plugin-install-uninstall-0",
@@ -408,6 +409,10 @@ describe("scripts/lib/docker-e2e-plan", () => {
name: "plugins",
stateScenario: "empty",
}),
expect.objectContaining({
name: "kitchen-sink-plugin",
stateScenario: "empty",
}),
expect.objectContaining({
name: "bundled-channel-deps-compat",
stateScenario: "empty",