-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
49 lines (49 loc) · 1.08 KB
/
Copy pathconfig.json
File metadata and controls
49 lines (49 loc) · 1.08 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"randomUrlCount": 10,
"errorWhitelist": {
"consoleErrors": [
"Mixed Content",
"net::ERR_BLOCKED_BY_CLIENT",
"/nap/panel/menu"
],
"networkErrors": [
"favicon.ico",
"robots.txt",
"sitemap.xml",
"ads",
"doubleclick",
"googlesyndication",
"googletagmanager",
"facebook.com/tr",
"analytics",
"tracking"
]
},
"elementTests": [
{
"url": "https://google.com",
"selector": "input[name='q']",
"description": "Google search input"
},
{
"url": "https://github.com",
"selector": ".Header-link",
"description": "GitHub header navigation"
},
{
"url": "https://stackoverflow.com",
"selector": "#search",
"description": "Stack Overflow search box"
},
{
"url": "https://developer.mozilla.org",
"selector": ".main-page-content",
"description": "MDN main content area"
},
{
"url": "https://nodejs.org",
"selector": ".home-downloadbutton",
"description": "Node.js download button"
}
]
}