mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-15 04:31:27 +08:00
chore: add release video visual qa
This commit is contained in:
committed by
Affaan Mustafa
parent
855e8c8336
commit
b62f80750d
@@ -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-');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user