-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprovardx-properties.json
35 lines (35 loc) · 1.07 KB
/
provardx-properties.json
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
{
"provarHome": "/app/Provar/Eclipse",
"projectPath": "/usr/Admin/Provar/MyProject",
"resultsPath": "/usr/Admin/Provar/MyProject/Results",
"outputLevel": "SEVERE",
"excludeCallable": true,
"stopOnError": true,
"lightningMode": true,
"connectionRefreshType": "Reload",
"metadata": {
"metadataLevel": "Reuse",
"cachePath": "/usr/Admin/Provar/Cache"
},
"environment": {
"testEnvironment": "UAT",
"webBrowser": "Chrome",
"webBrowserConfig": "Full Screen"
},
"email": {
"sendEmail": true,
"toRecipients": ["abc@example.com", "bcd@example.com"],
"ccRecipients": ["cde@example.com"],
"bccRecipients": ["def@example.com", "efg@example.com"]
},
"testPlan": ["plan1", "plan2", "./plans/*"],
"testCase": [
"tc1.testcase",
"tc2.testcase",
"./tests/Lightning/*.testcase"
],
"connectionOverride": [
{ "connection": "Admin", "username": "admin123@example.com" },
{ "connection": "Sales", "username": "SalesUser1" }
]
}