51Testing软件测试论坛

标题: locust web端不显示统计数据 [打印本页]

作者: zhfu2003    时间: 2018-7-26 09:26
标题: locust web端不显示统计数据
如下是网上例子的源码,在我电脑上执行时web端不显示统计数据,求大神指导,谢谢!
from locust import HttpLocust, TaskSet, task
class WebsiteTasks(TaskSet):
    def on_start(self):
        self.client.post("/login", {
            "username": "test",
            "password": "123456"
        })
    @task(2)
    def index(self):
        self.client.get("/")
    @task(1)
    def about(self):
        self.client.get("/about/")
class WebsiteUser(HttpLocust):
    task_set = WebsiteTasks
    host = "http://debugtalk.com"
    min_wait = 1000
    max_wait = 5000


作者: qqq911    时间: 2018-7-26 09:26
浏览器兼容性问题
作者: zhfu2003    时间: 2018-7-26 10:58
刚发现只是在IE浏览器上不显示,在火狐上正常,是否要对IE进行配置?


作者: libingyu135    时间: 2018-7-27 11:07
浏览器拦截了?可以看看
作者: jingzizx    时间: 2018-7-27 13:16
浏览器不支持吧
作者: xb_enen    时间: 2018-8-13 14:51
xuexi
作者: xb_enen    时间: 2018-8-13 14:56
学习
作者: xb_enen    时间: 2018-8-13 15:20
浏览器不支持
作者: xb_enen    时间: 2018-8-13 15:24
浏览器不支持
作者: xb_enen    时间: 2018-8-14 10:06
持续关注
作者: xb_enen    时间: 2018-8-14 10:16
script没有动只改了发帖的内容
作者: fhhh_eyou    时间: 2018-8-21 11:09
Host,Http  is  errors.




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2