HttpRunnerManager icon indicating copy to clipboard operation
HttpRunnerManager copied to clipboard

基于 HttpRunner 的 Web 测试平台,已停止维护。

Results 90 HttpRunnerManager issues
Sort by recently updated
recently updated
newest added

- test: name: /WebServer/Data.ashx variable_binds: - avatar_file: "C:/Users/Administrator/Desktop/1.jpg" - data: F_CreateTime: '2018-08-02' F_MainID: 69905d8c-0cca-4aed-8034-d921756ed47e F_Multiple: '2' F_Name: 博士后 - multipart_encoder: ${make_user_info($avatar_file,$data)} request: method: POST url: http://xxxx.xxxx.com:94/WebServer/data.ashx headers: Content-Type: ${get_content_type($multipart_encoder)} data:...

E:\PyGitHub\HttpRunnerManager>python36 manage.py makemigrations ApiManager Traceback (most recent call last): File "D:\python36\lib\site-packages\django\db\backends\base\base.py", line 216 , in ensure_connection self.connect() File "D:\python36\lib\site-packages\django\db\backends\base\base.py", line 194 , in connect self.connection = self.get_new_connection(conn_params) File "D:\python36\lib\site-packages\django\db\backends\mysql\base.py", line...

如题,运行环境必须带有端口: ![image](https://user-images.githubusercontent.com/29575784/44085715-ec845c48-9fec-11e8-8fea-e8da98a3dd44.png) 在微服务的情况下,一个测试环境不同的服务会监听不同的端口,有时候想一起跑多个测试用例可能会跨多个服务,那么就会走多个端口,这种情况下,HttpRunnerManager 是不支持的

settings.py里邮箱账号和密码露点啦……

由于HTML templates里hard Code了一些第三方的HTTP静态资源,导致部署为HTTPS站点时由于浏览器默认的HTTPS选项(Blocked Mixed Content)这些HTTP静态资源无法被加载。

目前系统仅支持现有的支持SMTP的邮箱帐号,对于自建的邮件服务器没有明显的配置方式。(配置邮件服务器地址,端口,登录账号等)

1.导入yaml用例,选择test项目、test模块 2.编辑用例,发现无法更改配置等操作 3.重新选择项目、模块才能进行相关操作