frontend/packages/workflow/test-run/README.md
workflow test run
This package is part of the Coze Studio monorepo and provides workflow functionality. It includes component, hook, adapter and more.
Add this package to your package.json:
{
"dependencies": {
"@coze-workflow/test-run": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@coze-workflow/test-run';
// Example usage
// TODO: Add specific usage examples
FormPanelLayout, BaseTestButton, TraceIconButton, LogDetail, Collapse, ResizablePanel, TestsetManageProvider, TestsetSelect, TestsetEditPanel, InputFormEmpty, FileIcon, FileItemStatus, isImageFile, type TestsetSelectProps, type TestsetSelectAPI, useTestsetManageStore,InputNumberV2Adapter, InputNumberV2Props,LazyFormCoreFormItemSchemaType, TESTSET_BOT_NAME, FieldNameTrackeruseDocumentContentChangeQuestionFormInputForm// TraceListPanel, // TraceDetailPanel, // type CustomTab, //ProblemPanelAnd more...
For detailed API documentation, please refer to the TypeScript definitions.
This package is built with:
This package is part of the Coze Studio monorepo. Please follow the monorepo contribution guidelines.
Apache-2.0