Reorganize Blender Web execution around capabilities
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user