fix(UI 自动化): 报告计算方式
This commit is contained in:
parent
817ce00546
commit
1a110c244e
|
@ -890,7 +890,7 @@ public class ApiScenarioReportService {
|
||||||
StringUtils.isNotEmpty(requestResult.getResponseResult().getHeaders())
|
StringUtils.isNotEmpty(requestResult.getResponseResult().getHeaders())
|
||||||
&& JSONArray.parseArray(requestResult.getResponseResult().getHeaders()).stream().filter(
|
&& JSONArray.parseArray(requestResult.getResponseResult().getHeaders()).stream().filter(
|
||||||
r -> ((JSONObject) r).containsKey("success") && !((JSONObject) r).getBoolean("success")
|
r -> ((JSONObject) r).containsKey("success") && !((JSONObject) r).getBoolean("success")
|
||||||
).anyMatch())
|
).count() > 0)
|
||||||
.count();
|
.count();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// UI 返回的结果在 headers 里面,格式不符合规范的直接认定结果为失败
|
// UI 返回的结果在 headers 里面,格式不符合规范的直接认定结果为失败
|
||||||
|
|
Loading…
Reference in New Issue