Files
soul-yongping/scripts/test/process
Alex-larget 9210b931c4 Enhance profile editing and sharing functionality
- Added a new feature for sharing profile cards, including special handling for forwarding to friends and displaying a canvas cover with user information.
- Updated the mini program's profile-edit page to generate a shareable card with a structured layout, including user avatar, nickname, and additional information.
- Improved the documentation to reflect the new sharing capabilities and updated the last modified date for relevant entries.
2026-03-16 17:18:49 +08:00
..

流程测试 (process)

跨端业务流程测试用例。验证多步骤、多接口串联的完整流程。


测试范围

  • 下单→支付→回调→分润:购买全链路
  • 推荐码绑定→访问记录→分润计算:推广流程
  • VIP 开通→资料填写→排行展示:会员流程
  • 提现申请→审核→到账:提现流程
  • 内容发布→审核→上架→用户可见:内容流转
  • 文章 @某人 自动创建:编辑文章输入 @新人物(不存在)→ 自动创建 Person + 存客宝获客计划(test_article_mention_ckb_flow.py

用例编写

在此目录下新增 .md 或测试脚本,按业务流程组织用例。流程测试通常涉及 miniprogram + admin + API 多端联动。