| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/elite-events-tests/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elite Events - Test Reports</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 2rem;
color: #fff;
}
h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.subtitle {
color: #888;
margin-bottom: 3rem;
font-size: 1.1rem;
}
.cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
max-width: 800px;
width: 100%;
}
.card {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
padding: 2rem;
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
background: rgba(255, 255, 255, 0.1);
border-color: rgba(102, 126, 234, 0.5);
}
.card h2 {
font-size: 1.5rem;
margin-bottom: 0.5rem;
color: #667eea;
}
.card p {
color: #aaa;
line-height: 1.6;
}
.card .stats {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid rgba(255, 255, 255, 0.1);
font-size: 0.9rem;
color: #888;
}
.footer {
margin-top: 3rem;
color: #666;
font-size: 0.9rem;
}
.footer a {
color: #667eea;
text-decoration: none;
}
</style>
</head>
<body>
<h1>Elite Events</h1>
<p class="subtitle">Test Reports & Coverage</p>
<div class="cards">
<a href="./results/" class="card">
<h2>Test Results</h2>
<p>Detailed test execution report showing all test suites, individual tests, and their pass/fail status.</p>
<div class="stats">7,300+ tests across 300+ suites</div>
</a>
<a href="./coverage/" class="card">
<h2>Code Coverage</h2>
<p>Interactive coverage report showing which lines, branches, and functions are covered by tests.</p>
<div class="stats">Line, branch, function & statement coverage</div>
</a>
</div>
<p class="footer">
Generated 2026-01-06 |
<a href="https://elite-events.dcsuniverse.com">Live Site</a> |
<a href="https://e2e.elite-events.dcsuniverse.com">E2E Reports</a>
</p>
</body>
</html>