摘要: 命令行执行 #!/bin/bashcd /home/autoTest/yi_api_test_profess/test_casepython3 -m pytest -vs test_order_profess.py -m cn --alluredir /root/.jenkins/workspace 阅读全文
posted @ 2023-03-02 22:30 hello_tree 阅读(90) 评论(0) 推荐(0)
摘要: jenkins中的pytes't 的执行 #!/bin/bashcd /home/autoTest/yi_api_test_profess/test_casepython3 -m pytest -vs test_order_profess.py -m cn --alluredir /root/.je 阅读全文
posted @ 2023-03-02 22:26 hello_tree 阅读(65) 评论(0) 推荐(0)
摘要: #adb -s "$*" shell getprop ro.build.display.id h=${1:-'H6116LC701234567'}adb -s ${h} shell getprop ro.build.display.id #v=${1:-'1.0.0'}#h=${2:-'test d 阅读全文
posted @ 2023-03-02 21:54 hello_tree 阅读(32) 评论(0) 推荐(0)