@loopstack/test-ui-documents-example-workflow
Demonstrates core Studio document rendering by emitting message, error, markdown, and plain-text documents from a single workflow.
By using this example you’ll get…
- A compact workflow for UI/document smoke testing
- Real examples of
MessageDocument,ErrorDocument,MarkdownDocument, andPlainDocument - A quick baseline for validating custom Studio document rendering behavior
Installation
npm install @loopstack/test-ui-documents-example-workflowHow It Works
renderAllsaves one document of each core UI type.- The workflow transitions to
endafter writing all documents. - Studio displays each document using its corresponding renderer.
Public API
TestUiDocumentsExampleModuleTestUiDocumentsWorkflow
Dependencies
@loopstack/common
Last updated on