xuanyuexx
xuanyuexx
任务监控无法访问
已经将base.html文件的这句改成本地地址,可还是无法访问,等待回复 任 务 监 控
在extract中使用该函数取值 ${checkTime($response)} 在validate中验证返回值 equals 报错:httprunner.exceptions.ExtractFailure: Failed to extract data with regex! => ${checkTime($response)} debugtalk.py 自定义函数如下: def checkTime(response): request_time = int(time) result_json = json.loads(response.content) response_time = int(result_json['result']['data'][0]['unixtime']) return response_time if sort...
Microsoft Windows [版本 6.1.7601] 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 C:\Users\Administrator>d: D:\>cd httprunnermanager D:\HttpRunnerManager>python manage.py celery -A HttpRunnerManager worker --logle vel=info Traceback (most recent call last): File "manage.py", line 22, in...