cypress/support/component-index.html
<!doctype html>
<html style="font-family: sans-serif; font-size: 16px" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Components App</title>
<style>
*,
*::after,
*::before {
transition-delay: 0s !important;
transition-duration: 0s !important;
animation-delay: -0.0001s !important;
animation-duration: 0s !important;
animation-play-state: paused !important;
caret-color: transparent !important;
}
#nprogress {
visibility: hidden !important;
}
</style>
</head>
<body>
<header>
<h1 style="font-size: small">Component test</h1>
<hr />
</header>
<main data-cy-root style="margin: 10px"></main>
</body>
</html>