tiny222

Results 7 issues of tiny222

根据代码,配置中需要有path字段 ![image](https://user-images.githubusercontent.com/8230325/40607934-7b61540e-629c-11e8-843f-6b03305f09fa.png) 但页面上没有添加该字段的入口 ![image](https://user-images.githubusercontent.com/8230325/40607938-7eadbad0-629c-11e8-9839-68b057e29691.png) 导致框架找不到debugtalk.py的路径,无法加载用例中调用的函数,导致用例最终失败。

enhancement

按模块或者项目运行用例时,只能选择一个配置,但模块或项目下可能有多个配置,此时无法批量执行用例。

两个用例如下,url不同。 ![image](https://user-images.githubusercontent.com/8230325/40613155-efcafb34-62af-11e8-96b7-b3714aaf7bfe.png) 用例执行后,第二个用例使用了第一个用例的url。 ![image](https://user-images.githubusercontent.com/8230325/40612943-17ce8174-62af-11e8-9257-595a8287cfb7.png) ![image](https://user-images.githubusercontent.com/8230325/40612986-4d810f62-62af-11e8-9eca-2da4ba56b653.png)

重新步骤: 1,先设置param ![image](https://user-images.githubusercontent.com/8230325/40634802-7aafda48-6329-11e8-918e-13713c03b297.png) 2. 切换到data ![image](https://user-images.githubusercontent.com/8230325/40634819-99fb54cc-6329-11e8-9fd6-f6233d0cb730.png) 3.再切换到param,之前设置的参数被清空 ![image](https://user-images.githubusercontent.com/8230325/40634829-a64bb096-6329-11e8-832d-4e9489dc6966.png)

前台没有获取到data参数 ![image](https://user-images.githubusercontent.com/8230325/40612092-af41d816-62ab-11e8-8754-1f63c119fff6.png) 后台data数据正确,这种方式获取不到data字符串中的key和value ![image](https://user-images.githubusercontent.com/8230325/40612071-a0a9117a-62ab-11e8-8dfb-09ca2864b5f1.png) 由于没有获取到key,value,保存之后,会认为没有data字段。

用例json为: ![image](https://user-images.githubusercontent.com/8230325/40609182-7d5ef118-62a0-11e8-8072-73c882e72c3b.png) db记录如下,request中少了data字段: ![image](https://user-images.githubusercontent.com/8230325/40609255-ab7cc084-62a0-11e8-9d7a-8903824785a0.png)

目前有postman用例转httprunner用例的需求,求说明文档!谢谢!!!^_^