Externalize audit pipeline services

This commit is contained in:
2026-06-07 23:06:31 +02:00
parent 470fb0f348
commit a45b92ea0a
42 changed files with 3141 additions and 247 deletions

View File

@@ -19,14 +19,20 @@ test("settings page surfaces integration status instead of a placeholder", () =>
"Google",
"PageSpeed",
"OpenRouter",
"Playwright",
"ScreenshotOne",
"SMTP",
"Convex Jobs",
"Rybbit",
"Jina",
"Konfiguration fehlt",
]) {
assert.match(`${componentSource}\n${helperSource}`, new RegExp(label));
}
assert.doesNotMatch(helperSource, /id: "playwright"/);
assert.doesNotMatch(helperSource, /requiredEnv: \["TASK8_BROWSER_ASSET_URL"\]/);
assert.match(helperSource, /requiredEnv: \["SCREENSHOTONE_API_KEY"\]/);
assert.match(helperSource, /requiredEnv: \[\]/);
});
test("verification notes cover critical MVP flows", () => {