新增耗时展示
This commit is contained in:
@@ -96,7 +96,7 @@ public class TestCaseStepServiceImpl implements ITestCaseStepService {
|
||||
int i = 1;
|
||||
for (TestCaseResult testCaseResult : testCaseResultList) {
|
||||
String dateStr = DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS, testCaseResult.getExecuteTime());
|
||||
testCaseResult.setTitle("结果" + i + "(" + dateStr + "),状态:" + testCaseResult.getStatus() + ",耗时:" + testCaseResult.getUseTime());
|
||||
testCaseResult.setTitle("结果" + i + "(" + dateStr + "),状态:" + testCaseResult.getStatus() + ",耗时(ms):" + testCaseResult.getUseTime());
|
||||
i ++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user