editor/TEST.md

20 lines
456 B
Markdown
Raw Normal View History

# CodeEditor 测试报告
## 性能基准 (Benchmark)
- **环境**: Desktop Chrome (Playwright)
- **初次渲染耗时 (Render Time)**: ~40ms (CodeMirror 6 封装)
- **内存占用**: 良好 (单实例下稳定)
## 测试用例覆盖
- [x] 基础渲染
- [x] 语言切换 (JS/JSON/HTML)
- [x] 主题切换 (Dark/Light)
- [x] $bind 双向绑定
- [x] AutoForm 集成验证 (type: 'code')
- [x] 只读模式切换
## 运行测试
```bash
npm run test
```