Externalize audit pipeline services
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user