Files
soul-yongping/scripts/test/process
Alex-larget e75092eaad Refactor mini program environment configuration and remove deprecated debug features
- Simplified the environment configuration in app.js by removing the debug environment options and related functions.
- Set a default API base URL for production while allowing commented options for local and testing environments.
- Cleaned up settings.js by removing the debug environment label and switching functionality, streamlining the user interface.
- Updated documentation to reflect the removal of debug features and added a summary of synchronization requirements in the planning document.
2026-03-16 13:30:05 +08:00
..

流程测试 (process)

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


测试范围

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

用例编写

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