-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Jack LI edited this page Dec 27, 2018
·
2 revisions
Welcome to the monkeyGUI wiki!
android monkey界面工具,快速为测试机界面压力测试。
环境要求
本地电脑已配置android SDK及其环境
参考:
https://jingyan.baidu.com/article/15622f2434bc5cfdfcbea51c.html
安装依赖
npm install
运行程序
npm start 或npm run start
打包
npm run pack
package.json设置
scripts==》pack
electron-packager . monkeyGUI --all --out ./打包monkeyGUI --app-version=1.0.0 --electron-version=3.0.7
--all表示打包所有平台的包(含linux、windows、mac)