element-plus/ssr-testing/index.html
JeremyWuuuuu 3ea96be394
feat(ci): replace cypress with puppeteer (#6592)
* feat(ci): replace cypress to puppeteer

- Replace cypress with puppeteer

* Implement puppeteer with screenshots

* Remove unused variables
2022-03-13 20:10:25 +08:00

18 lines
374 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Element Plus SSR testing</title>
<style>
body {
border: 2px solid var(--el-color-primary);
padding: 8px;
}
</style>
</head>
<body>
<div id="root"></div>
</body>
</html>