first commit
This commit is contained in:
parent
bad3069238
commit
a01ccded66
@ -1,69 +0,0 @@
|
|||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>系统页面可用性测试报告</title>
|
|
||||||
<style>
|
|
||||||
body { font-family: Arial, sans-serif; margin: 20px; }
|
|
||||||
.summary { margin-bottom: 20px; }
|
|
||||||
table { border-collapse: collapse; width: 100%; margin-bottom: 20px; }
|
|
||||||
th, td { border: 1px solid #ddd; padding: 8px; text-align: left; }
|
|
||||||
th { background-color: #f4f4f4; }
|
|
||||||
.success { color: green; }
|
|
||||||
.error { color: red; }
|
|
||||||
.timeout { color: orange; }
|
|
||||||
.pending { color: gray; }
|
|
||||||
.tab-row { background-color: #f9f9f9; }
|
|
||||||
.failed-pages { margin-top: 20px; }
|
|
||||||
.failed-page { background-color: #fff0f0; margin-bottom: 10px; padding: 10px; border-left: 4px solid #ff0000; }
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>系统页面可用性测试报告</h1>
|
|
||||||
<div class="summary">
|
|
||||||
<h2>测试摘要</h2>
|
|
||||||
<p>测试环境: UAT</p>
|
|
||||||
<p>总页面数: 1</p>
|
|
||||||
<p>总Tab页数: 2</p>
|
|
||||||
<p>失败页面数: 0</p>
|
|
||||||
<p>开始时间: 2025/02/18 17:38:29</p>
|
|
||||||
<p>结束时间: 2025/02/18 17:39:19</p>
|
|
||||||
<p>总耗时: 50.00秒</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>详细测试结果</h2>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<th>页面名称</th>
|
|
||||||
<th>开始时间</th>
|
|
||||||
<th>Tab页名称</th>
|
|
||||||
<th>Tab开始时间</th>
|
|
||||||
<th>Tab结束时间</th>
|
|
||||||
<th>加载时长(秒)</th>
|
|
||||||
<th>状态</th>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr class="tab-row">
|
|
||||||
<td>ATP查询</td>
|
|
||||||
<td>2025/02/18 17:39:06</td>
|
|
||||||
<td>ATP查询</td>
|
|
||||||
<td>2025/02/18 17:39:07</td>
|
|
||||||
<td>2025/02/18 17:39:11</td>
|
|
||||||
<td>3.79</td>
|
|
||||||
<td class="success">success</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="tab-row">
|
|
||||||
<td></td>
|
|
||||||
<td></td>
|
|
||||||
<td>订单_计划对象_功率对象</td>
|
|
||||||
<td>2025/02/18 17:39:11</td>
|
|
||||||
<td>2025/02/18 17:39:15</td>
|
|
||||||
<td>4.82</td>
|
|
||||||
<td class="success">success</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"totalPages": 1,
|
|
||||||
"totalTabs": 2,
|
|
||||||
"failedCount": 0,
|
|
||||||
"startTime": "2025/02/18 17:38:29",
|
|
||||||
"endTime": "2025/02/18 17:39:19"
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user