test: complete WP4-07 visual and performance budgets
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 2m34s

This commit is contained in:
suyx
2026-08-04 12:55:25 +08:00
parent 15f7afbe4d
commit c0a8bd6d43
23 changed files with 516 additions and 122 deletions
+4 -2
View File
@@ -7,8 +7,10 @@ import { compileAssetArchive, compileStaticStickerCatalog } from "../packages/as
import { createP0aColorCardRenderPlans } from "../packages/asset-renderer/dist/index.js";
import {
P0A_COLOR_CARD_IDS,
P0A_COMPLEX_RELEASE_VERSION,
P0A_DYNAMIC_STICKER_IDS,
P0A_REQUIRED_FONT_PANEL_IDS,
P0A_STATIC_STICKER_RELEASE_VERSION,
P0A_TEXT_TEMPLATE_IDS,
createP0aPublicManifest,
} from "../packages/template-registry/dist/index.js";
@@ -29,12 +31,12 @@ mkdirSync(colorDirectory, { recursive: true });
const complex = compileAssetArchive({
manifestPath: handoffManifest,
outputDirectory: complexDirectory,
releaseVersion: "p0a-complex-v1",
releaseVersion: P0A_COMPLEX_RELEASE_VERSION,
});
const staticResult = compileStaticStickerCatalog({
expectedCount: 1_407,
outputDirectory: staticDirectory,
releaseVersion: "p0a-static-v1",
releaseVersion: P0A_STATIC_STICKER_RELEASE_VERSION,
sourceRoot: stickerRoot,
});
const publicManifest = createP0aPublicManifest({