python-archieve-projects/1.26 自动化测试/result.html

14 lines
448 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<table cellspacing="20" align="center">
<tr>
<th>ID</th>
<th>测试用例</th>
<th>测试结果</th>
</tr><tr><td>1</td><td>账号admin 密码admin </td><td>测试通过</td></tr><tr><td>2</td><td>账号admin 密码23432 </td><td>测试不通过[账号密码错误]</td></tr></table>
</body>
</html>