chore: add release video visual qa

This commit is contained in:
Affaan Mustafa
2026-05-19 08:59:55 -04:00
committed by Affaan Mustafa
parent 855e8c8336
commit b62f80750d
7 changed files with 95 additions and 19 deletions
@@ -194,6 +194,13 @@ function runTests() {
}
})) passed++; else failed++;
if (test('publish candidate videos require visual blank-frame QA', () => {
const publishVideos = REQUIRED_PUBLISH_CANDIDATES.filter(candidate => candidate.kind === 'video');
assert.ok(publishVideos.length > 0);
assert.ok(publishVideos.every(candidate => candidate.noBlackFrames === true));
})) passed++; else failed++;
if (test('missing local roots keep the release video gate blocked', () => {
const rootDir = createTempDir('release-video-missing-roots-');