1 Star 0 Fork 2

ruida/airtest-smoke

forked from hardy/airtest-smoke 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
smoke_run.py 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
hardy.huang 提交于 2023-07-26 17:49 . update
# -*- coding: utf-8 -*-
# @Author: Hardy
# @Time: 2023/2/13 15:33
# @File: smoke_run.py
# @Software: PyCharm
from air_test.android.run import main, full_main
def android_run_main(device, uid):
"""
手游运行入口:main为单个调试运行,full_main为全量运行
"""
main(device, uid)
# full_main(device, uid)
if __name__ == '__main__':
android_run_main('10.86.21.138', 'ef49ac02-ab4f-11ed-a0fb-cc1531f44e9d')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/heruida/airtest-smoke.git
git@gitee.com:heruida/airtest-smoke.git
heruida
airtest-smoke
airtest-smoke
master

搜索帮助