Commit bc0af35
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
- src/__tests__
- examples/kitchen-sink
- packages/plugin-kanban/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments