Files
soul-yongping/scripts/test/web/README.md
Alex-larget d4ba905ee5 通过自动提及和标签创建功能,增强文章编辑功能
- 在文章编辑过程中,实现了自动创建不存在的@提及和#标签的功能,确保它们被添加到相应的数据库中。
- 更新了内容处理逻辑,以利用新创建的提及和标签,从而改善用户体验和内容管理。
- 增强了人物和链接标签创建的后端处理能力,使文章编辑过程中能够实现无缝集成。
2026-03-16 11:09:26 +08:00

20 lines
410 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 管理端测试 (web)
> 管理后台功能测试用例。对应 soul-adminAPI 路径:`/api/admin/*`、`/api/db/*`
---
## 测试范围
- 内容管理(文章、章节、书籍 CRUD
- 用户管理
- 订单、提现
- VIP 角色、推广设置
- 导师、导师预约、二维码、站点、支付配置
---
## 用例编写
在此目录下新增 `.md` 或测试脚本,按场景组织用例。