mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
dd06dd89d1
The showcase framework directories better reflect their role as integration examples rather than distributable packages. Renames showcase/packages/ -> showcase/integrations/ and updates the test docker-compose file reference accordingly.
20 lines
611 B
Markdown
20 lines
611 B
Markdown
# QA: Chat Customization (CSS) — Spring AI
|
|
|
|
## Prerequisites
|
|
|
|
- Demo is deployed and accessible
|
|
- Agent backend is healthy (check /api/health)
|
|
|
|
## Test Steps
|
|
|
|
- [ ] Navigate to `/demos/chat-customization-css`
|
|
- [ ] Verify the chat renders inside the scoped `.chat-css-demo-scope` wrapper
|
|
- [ ] Verify user messages have the hot-pink gradient bubble style
|
|
- [ ] Verify assistant messages have the amber boxy monospace style
|
|
- [ ] Send a message and verify both bubble styles render correctly
|
|
|
|
## Expected Results
|
|
|
|
- Chat loads within 3 seconds
|
|
- Themed styles only apply inside the demo scope (no global leak)
|