码迷,mamicode.com
首页 > 移动开发 > 详细

jenkins+stf+airtest实现移动平台化测试

时间:2021-06-23 16:25:15      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:sdn   ref   用户   lan   header   ade   art   jenkins   blog   

 

 

1.用户当前正在使用的设备的列表

Method:GET

URL:http://192.168.20.187:7100/api/v1/user/devices

STF接口需要先在Header中添加token:

Authorization: Bearer d934206703ce456db5c45fa84b5fe1783354a552876744cb8f0a3bd913fdb68

 

 2.使用设备

Method:POST

URL:http://192.168.20.187:7100/api/v1/user/devices

Header:

(1)Authorization: Bearer d934206703ce456db5c45fa84b5fe1783354a552876744cb8f0a3bd913fdb68f

(2)Content-Type:application/json

Body:{"serial":"FA6990313540”}

3.释放设备-停止使用

Method:DELETE

URL:http://stf.zxtest.com/api/v1/user/devices/192.168.40.68:5555

Header:Authorization: Bearer d934206703ce456db5c45fa84b5fe1783354a552876744cb8f0a3bd913fdb68f

 

 

 

 

 

 

相关连接:

https://blog.csdn.net/u011608531/article/details/105283652 .........................STF开放的接口

jenkins+stf+airtest实现移动平台化测试

标签:sdn   ref   用户   lan   header   ade   art   jenkins   blog   

原文地址:https://www.cnblogs.com/chen-xia/p/14920025.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!