frontend/packages/devops/testset-manage/README.md
Testset manage for coze
This package is part of the Coze Studio monorepo and provides library functionality. It includes component, hook, store.
Add this package to your package.json:
{
"dependencies": {
"@coze-devops/testset-manage": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@coze-devops/testset-manage';
// Example usage
// TODO: Add specific usage examples
TestsetSideSheet, type TestsetSideSheetProps,TestsetSelect, type TestsetSelectProps,getTestsetNameRulesTestsetManageProvideruseTestsetManageStore, useCheckSchemaFormItemSchemaType, type NodeFormItem, type NodeFormSchema, type TestsetData, type TestsetDatabase,TestsetManageEventNameFor detailed API documentation, please refer to the TypeScript definitions.
This package is built with:
TypeScript
Modern JavaScript
ESLint for code quality
This package is part of the Coze Studio monorepo. Please follow the monorepo contribution guidelines.
Apache-2.0