test: add codex npm plugin Docker live proof

This commit is contained in:
Peter Steinberger
2026-05-02 20:08:07 +01:00
parent 66db189962
commit 23ac9ccfd5
13 changed files with 738 additions and 6 deletions

View File

@@ -327,7 +327,11 @@ function laneCredentialRequirements(poolLane) {
if (poolLane.name === "install-e2e-anthropic") {
credentials.push("anthropic");
}
if (poolLane.name === "openwebui" || poolLane.name === "openai-web-search-minimal") {
if (
poolLane.name === "openwebui" ||
poolLane.name === "openai-web-search-minimal" ||
poolLane.name === "live-codex-npm-plugin"
) {
credentials.push("openai");
}
return credentials;