| name | template-workspace-testing |
| description | Test and generate proof for template_ws. Use when validating workspace template build, Docker image CLI health, runtime checks, or documenting that no template-specific GUI demo exists. |
Template Workspace Testing
Build
python3 tests/workspace_smoke/run.py --workspace template_ws --level build
CLI
python3 tests/workspace_smoke/run.py --workspace template_ws --level image-cli
python3 tests/workspace_smoke/run.py --workspace template_ws --level cli
GUI Proof
The template does not document a simulator-specific GUI demo, so the doc-demo
runner records this as skipped.
python3 tests/workspace_smoke/doc_demo_smoke.py --workspace template_ws \
--summary-json tests/workspace_smoke/artifacts/template_ws-doc-demo.json