Reorganize Blender Web execution around capabilities
Some checks are pending
M6 deployable RC / quick (push) Waiting to run
M6 deployable RC / chromium (push) Blocked by required conditions
M6 deployable RC / release (push) Blocked by required conditions

This commit is contained in:
mes123456
2026-08-24 18:37:46 -04:00
parent 0b2c3ba0dd
commit a081c68c87
2530 changed files with 763976 additions and 79 deletions

View File

@@ -60,6 +60,9 @@
"test:m10-domain-gates": "node --test tests/unit/geometry-nodes.test.mjs tests/unit/shader-compiler.test.mjs tests/unit/nla.test.mjs tests/unit/simulation-cache.test.mjs && playwright test --config playwright.config.ts --workers=1 tests/e2e/m10-domain-browser-gates.spec.ts",
"test:browser": "playwright test --config playwright.release.config.ts",
"test:task-context": "node --test tests/unit/task-context.test.mjs && node ../tools/web/check-task-context.mjs",
"test:execution-control-plane": "node --test tests/unit/execution-control-plane.test.mjs && node ../tools/web/check-execution-control-plane.mjs --allow-unrunnable",
"test:v2-task-index": "node ../tools/web/check-v2-task-index.mjs",
"test:v2-handoff": "node ../tools/web/check-v2-handoff.mjs",
"test:context-governance": "node --test tests/unit/task-context.test.mjs tests/unit/context-governance.test.mjs && node ../tools/web/check-context-governance.mjs",
"test:streaming-resilience": "node --test tests/unit/streaming-resilience.test.mjs",
"task:context": "node ../tools/web/print-task-context.mjs",