项目结构 tests/ ├── api/ # 接口测试 (50 条用例) │ ├── test_shop.py # 店铺查询 / 类型列表 │ ├── test_login.py # 短信登录 / 密码登录 / 登出 │ ├── test_user.py # 用户信息 / 签到 │ ├── test_voucher_order.py # 秒杀下单 / 优惠券查询 │ ├── ...
Parse and filter relevant API traffic Group requests into logical user transactions (via Ollama LLM) Detect and inject correlation extractors for dynamic variables (e.g. session tokens, CSRF tokens) ...