suzhenyu006

Results 7 issues of suzhenyu006

when i start a test, i found that video file was not found, i check the docker logs : > 2022/06/14 04:02:34 [-] [INIT] [Loading configuration files...] > 2022/06/14 04:02:34...

Sorry, I'm using an old version, and I don't have a go environment locally, can you generate a tag package?

## 我这有个接口,字段中带有”-“号,data-loadMoreKey > 我的验证如下: - ne: - 'body.data-loadMoreKey' - '' 但是会报错:jmespath:SyntaxError: Unexpected token at the end of the expression: tNumber ## 期望可以加一些配置,用来兼容这种情况,jmespath本身是可以通过"`"号或者””括起来实现查询的。不知道httprunner是怎么支持的??

pending

## 如果我的测试用例里面,test_step里面有10个接口,他们路径相同,参数和header不同,这个时候运行性能测试,设置并发数100,每秒+10递增,持续10s,那么最终打到服务端的请求数是多少??100并发数*10个test_step吗?

pending

## 返回的数据是0,应该是int型的,验证的时候也是设置的int型,但httprunner结果显示是个str > 返回的数据是0,应该是int型的,验证的时候也是设置的int型,但httprunner结果显示是个str > 尽量附带运行的命令和报错时的堆栈信息: httprunner4返回: 12:24PM INF validate body.code assertMethod=not_equal checkExpr=body.code checkValue=0 checkValueType=int64 expectValue= expectValueType=string result=true 12:24PM INF validate body.code assertMethod=type_match checkExpr=body.code checkValue=0 checkValueType=int64 expectValue=int expectValueType=string result=false 12:24PM...

pending

## The problem I have a test scenario. I need to use Java and Python to test appium on a device. Java has applied for a SessionID, and Python cannot...