-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 2.98 KB
/
Copy pathindex.html
File metadata and controls
36 lines (36 loc) · 2.98 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
35
36
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#c96b36" />
<meta name="application-name" content="Fox & Hen" />
<meta name="description" content="Use this repo to run Playwright-powered responsive website QA with screenshots, overflow checks, link checks, and HTML/JSON reports." />
<meta name="robots" content="index,follow,max-image-preview:large" />
<link rel="canonical" href="https://freetoolsforpeople.com/responsive-qa-runner/" />
<title>Responsive QA Runner | Fox & Hen</title>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Fox & Hen Public Tools" />
<meta property="og:title" content="Responsive QA Runner | Fox & Hen" />
<meta property="og:description" content="Use this repo to run Playwright-powered responsive website QA with screenshots, overflow checks, link checks, and HTML/JSON reports." />
<meta property="og:url" content="https://freetoolsforpeople.com/responsive-qa-runner/" />
<meta property="og:image" content="https://freetoolsforpeople.com/responsive-qa-runner/og.jpg" />
<meta property="og:image:secure_url" content="https://freetoolsforpeople.com/responsive-qa-runner/og.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Responsive QA Runner live demo preview" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Responsive QA Runner | Fox & Hen" />
<meta name="twitter:description" content="Use this repo to run Playwright-powered responsive website QA with screenshots, overflow checks, link checks, and HTML/JSON reports." />
<meta name="twitter:image" content="https://freetoolsforpeople.com/responsive-qa-runner/og.jpg" />
<script type="application/ld+json">{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Responsive QA Runner","applicationCategory":"WebApplication","operatingSystem":"Web","url":"https://freetoolsforpeople.com/responsive-qa-runner/","image":"https://freetoolsforpeople.com/responsive-qa-runner/og.jpg","creator":{"@type":"Organization","name":"Fox & Hen","url":"https://foxandhenllc.com"},"description":"Use this repo to run Playwright-powered responsive website QA with screenshots, overflow checks, link checks, and HTML/JSON reports."}</script>
<meta name="keywords" content="responsive QA runner, Playwright website QA report, horizontal overflow checker, client-ready website QA report, Fox & Hen, workflow tools, small business automation, React TypeScript" />
<meta name="author" content="Fox & Hen LLC" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>