feat(mini_program): 小程序端从 Playwright 切换为 miniprogram-automator
驱动方式: 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
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "yunba-miniprogram-automator",
|
||||
"description": "运八司机端小程序自动化测试 — miniprogram-automator 封装",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "node runner.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"miniprogram-automator": "^0.10.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user