b822428a2a
驱动方式: Python pytest → subprocess → node runner.js → miniprogram-automator → 微信开发者工具 架构: tests/web/mini_program/automator/ (Node.js) + conftest.py (Python subprocess 桥接) 前置条件: 微信开发者工具 + 开启服务端口 + npm install + uni-app build:mp-weixin
12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"name": "yunba-miniprogram-automator",
|
|
"description": "运八司机端小程序自动化测试 — miniprogram-automator 封装",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "node runner.js"
|
|
},
|
|
"dependencies": {
|
|
"miniprogram-automator": "^0.10.0"
|
|
}
|
|
}
|