Files
soul-yongping/scripts/test/process/README.md
卡若 76965adb23 chore: 清理敏感与开发文档,仅同步代码
- 永久忽略并从仓库移除 开发文档/
- 移除并忽略 .env 与小程序私有配置
- 同步小程序/管理端/API与脚本改动

Made-with: Cursor
2026-03-17 17:50:12 +08:00

21 lines
776 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.

# 流程测试 (process)
> 跨端业务流程测试用例。验证多步骤、多接口串联的完整流程。
---
## 测试范围
- **下单→支付→回调→分润**:购买全链路
- **推荐码绑定→访问记录→分润计算**:推广流程
- **VIP 开通→资料填写→排行展示**:会员流程
- **提现申请→审核→到账**:提现流程
- **内容发布→审核→上架→用户可见**:内容流转
- **文章 @某人 自动创建**:编辑文章输入 @新人物(不存在)→ 自动创建 Person + 存客宝获客计划(`test_article_mention_ckb_flow.py`
---
## 用例编写
在此目录下新增 `.md` 或测试脚本,按业务流程组织用例。流程测试通常涉及 miniprogram + admin + API 多端联动。