Fix MVP audit evidence pipeline

This commit is contained in:
2026-06-08 08:33:15 +02:00
parent a45b92ea0a
commit ff18fc202e
16 changed files with 771 additions and 52 deletions

View File

@@ -33,6 +33,9 @@ test("settings page surfaces integration status instead of a placeholder", () =>
assert.doesNotMatch(helperSource, /requiredEnv: \["TASK8_BROWSER_ASSET_URL"\]/);
assert.match(helperSource, /requiredEnv: \["SCREENSHOTONE_API_KEY"\]/);
assert.match(helperSource, /requiredEnv: \[\]/);
assert.match(componentSource, /Next\.js-Runtime/);
assert.match(componentSource, /Convex-Action-Env/);
assert.match(helperSource, /Convex-Run-Events/);
});
test("verification notes cover critical MVP flows", () => {