Created
May 13, 2025 13:00
-
-
Save adarsh-gupta101/56196949223b9a4a400edb0c417f1ea6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>LambdaTest Test Report</title> | |
<!-- Import Ant Design styles --> | |
<link | |
rel="stylesheet" | |
href="https://cdn.bootcdn.net/ajax/libs/antd/4.16.2/antd.min.css" | |
/> | |
<!-- ant design cdn and everything --> | |
<style> | |
.ant-table-bordered > thead > tr > th, | |
.ant-table-bordered > tbody > tr > td { | |
border: 1px solid #000000; | |
} | |
.ant-table td, | |
.ant-table th { | |
padding: 10px; | |
} | |
</style> | |
</head> | |
<body> | |
<div style="max-width: 800px; margin: 0 auto; padding: 20px"> | |
<h1>LambdaTest Test Report</h1> | |
<div style="margin-bottom: 20px;"> | |
<Input.Search placeholder="Search test report..." /> | |
</div> | |
<table class="ant-table ant-table-middle ant-table-bordered ant-table-striped"> | |
<thead> | |
<tr> | |
<th>Test Name</th> | |
<th>Browser</th> | |
<th>Platform</th> | |
<th>Status</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>Login Test</td> | |
<td>Chrome</td> | |
<td>Windows 10</td> | |
<td><span class="ant-tag ant-tag-green">Passed</span></td> | |
</tr> | |
<tr> | |
<td>Search Test</td> | |
<td>Firefox</td> | |
<td>macOS</td> | |
<td><span class="ant-tag ant-tag-red">Failed</span></td> | |
</tr> | |
<tr> | |
<td>Checkout Test</td> | |
<td>Safari</td> | |
<td>iOS</td> | |
<td><span class="ant-tag ant-tag-yellow">Pending</span></td> | |
</tr> | |
<tr> | |
<td>Payment Test</td> | |
<td>Chrome</td> | |
<td>Windows 10</td> | |
<td><span class="ant-tag ant-tag-green ant-padd">Passed</span></td> | |
</tr> | |
</tbody> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment