-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprovardx-properties.json
37 lines (37 loc) · 1.19 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
36
37
{
"connectionOverride":
[
{"connection": "Admin", "username": "ProvarDX"}
],
"provarHome":"/home/vsts/work/1/s/ProvarHome",
"projectPath":"/home/vsts/work/1/s/ProvarProject",
"resultsPath":"/home/vsts/work/1/s/ProvarProject/ANT/Results",
"resultsPathDisposition":"Replace",
"smtpPath": "",
"testOutputLevel":"BASIC",
"pluginOutputlevel":"WARNING",
"stopOnError":false,
"lightningMode":true,
"connectionRefreshType":"Reload",
"metadata":{
"metadataLevel":"Reuse",
"cachePath":"/home/vsts/work/1/s/.provarCaches"
},
"testprojectSecrets":"ProvarSecretsPassword",
"environment":{
"testEnvironment":"",
"webBrowser":"Chrome_Headless",
"webBrowserConfig":"Full Screen",
"webBrowserProviderName":"Desktop",
"webBrowserDeviceName":"Full Screen"
},
"testplanFeatures": [
{"name": "PDF", "type": "OUTPUT", "enabled": "true"},
{"name": "PIECHART", "type": "OUTPUT", "enabled": "true"},
{"name": "EMAIL", "type": "NOTIFICATION", "enabled": "false"},
{"name": "TEST_MANAGER", "type": "REPORTING", "enabled": "true"}
],
"testPlan":[
"/Regression Plan"
]
}