-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCommands.json
More file actions
33 lines (32 loc) · 1.13 KB
/
Copy pathCommands.json
File metadata and controls
33 lines (32 loc) · 1.13 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
{
"process":
{
"processToRun": "google-chrome-stable",
"processArgs": "--headless --disable-gpu --disable-features=NetworkService --virtual-time-budget={2} --window-size={3},{4} --hide-scrollbars \"--screenshot={0}\" \"{1}\"",
"processArgsComment": "{0}=fileName, {1}=url, {2}=timeout (milliseconds), {3}=width, {4}=height",
"processHelpLink": "https://blog.softhints.com/ubuntu-16-04-server-install-headless-google-chrome/"
},
"commands":
[
{
"Url": "https://www.digitalruby.com",
"FileName": "SnapshotDiff.png",
"BrowserWidth": "1280",
"BrowserHeight": "1024",
"Rect": "0,0,0,0",
"TimeoutMilliseconds": "30000",
"ForceDelayMilliseconds": "0",
"Percent": "0.11",
"LoopDelaySeconds": "300",
"EmailTestOnly": "false",
"EmailHost": "youremailserver",
"EmailPort": "25",
"EmailUserName": "youremailusername",
"EmailPassword": "youremailpassword",
"EmailFromAddress": "youremailfromaddress",
"EmailFromName": "SnapshotDiff",
"EmailToAddress": "emailaddress1,emailaddress2",
"EmailSubject": "Url changed! {0}"
}
]
}