-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1.59 KB
/
index.html
File metadata and controls
34 lines (30 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en"> <head>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "sne4m6ivd7");
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Allure Test Observatory - Dashboard</title>
<meta name="description" content="Test Observability Dashboard for Allure Test Reports" />
<meta name="author" content="Allure Test Observatory" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=2" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=2" />
<link rel="apple-touch-icon" href="/favicon.ico?v=2" /> <meta property="og:title" content="Allure Test Observatory - Dashboard" />
<meta property="og:description" content="Comprehensive test observability dashboard for analyzing Allure test reports with interactive charts and insights" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://allurereport.org/favicon.ico" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@qametasoftware" />
<meta name="twitter:image" content="https://allurereport.org/favicon.ico" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>