Files
open-design/e2e/reports/ui-test-report.html
T
Zakaria a46764fb1b
ci / Validate workspace (push) Has been cancelled
landing-page-ci / Validate landing page (push) Has been cancelled
landing-page-deploy / Deploy landing page (push) Has been cancelled
github-metrics / Generate repository metrics SVG (push) Has been cancelled
refresh-contributors-wall / Refresh contributors wall cache bust (push) Waiting to run
first-commit
2026-05-04 14:58:14 -04:00

53 lines
1.3 KiB
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Open Design UI Test Report</title>
<meta http-equiv="refresh" content="0; url=./playwright-html-report/index.html" />
<style>
:root {
color-scheme: light;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body {
margin: 0;
min-height: 100vh;
display: grid;
place-items: center;
background: #f6f3ee;
color: #201d18;
}
main {
width: min(560px, calc(100vw - 48px));
padding: 28px 32px;
border: 1px solid #ddd4c7;
border-radius: 18px;
background: #fffdfa;
box-shadow: 0 16px 40px rgba(32, 29, 24, 0.08);
}
h1 {
margin: 0 0 12px;
font-size: 22px;
}
p {
margin: 0;
line-height: 1.6;
}
a {
color: #b45b33;
}
</style>
</head>
<body>
<main>
<h1>Open Design UI Test Report</h1>
<p>
正在跳转到 Playwright HTML 报告。
如果没有自动跳转,请打开
<a href="./playwright-html-report/index.html">playwright-html-report/index.html</a>
</p>
</main>
</body>
</html>