Skip to content

Commit bc0af35

Browse files
Copilothotlong
andcommitted
Add comprehensive Kanban integration tests to BrowserSimulation.test.tsx
- Added @object-ui/plugin-kanban dependency to console app - Exported ObjectKanban component from plugin-kanban package - Added kanban_test page to kitchen-sink config - Implemented 6 Kanban integration tests covering: * Protocol Compliance & Rendering (Static Test) * Metadata-Driven Hydration (Server Test) * Missing Schema Error Handling * Business Data Operations (CRUD Read Test) * Event Binding for Updates * Dynamic Behavior and Data Changes All new Kanban tests passing successfully. Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 4df9de3 commit bc0af35

5 files changed

Lines changed: 495 additions & 0 deletions

File tree

apps/console/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"@object-ui/plugin-dashboard": "workspace:*",
3434
"@object-ui/plugin-form": "workspace:*",
3535
"@object-ui/plugin-grid": "workspace:*",
36+
"@object-ui/plugin-kanban": "workspace:*",
3637
"@object-ui/react": "workspace:*",
3738
"@object-ui/types": "workspace:*",
3839
"@objectstack/client": "^0.9.0",

0 commit comments

Comments
 (0)