-
Notifications
You must be signed in to change notification settings - Fork 1
/
provardx-properties-buildkite.json
38 lines (38 loc) · 1.44 KB
/
provardx-properties-buildkite.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
38
{
"provarHome":"C:/Program Files/ProvarCLI",
"projectPath":"C:/buildkite-agent/builds/DESKTOP-16U122C-1/provar-4/run-provar-tests/ProvarProject",
"resultsPath":"C:/buildkite-agent/builds/DESKTOP-16U122C-1/provar-4/run-provar-tests/ProvarProject/ANT/Results",
"resultsPathDisposition":"Replace",
"smtpPath": "C:/buildkite-agent/builds/DESKTOP-16U122C-1/provar-4/run-provar-tests/ProvarProject/.smtp",
"testOutputLevel":"BASIC",
"pluginOutputlevel":"WARNING",
"excludeCallable":false,
"stopOnError":false,
"lightningMode":true,
"connectionRefreshType":"Reload",
"metadata":{
"metadataLevel":"Reload",
"cachePath":"C:/buildkite-agent/builds/DESKTOP-16U122C-1/provar-4/run-provar-tests/.provarCaches"
},
"testprojectSecrets": "ProvarSecretsPassword",
"environment":{
"testEnvironment":"",
"webBrowser":"Chrome_Headless",
"webBrowserConfig":"Full Screen",
"webBrowserProviderName":"Desktop",
"webBrowserDeviceName":"Full Screen"
},
"testPlan":[
"Regression Plan"
],
"testplanFeatures": [
{"name": "PDF", "type": "OUTPUT", "enabled": "true"},
{"name": "PIECHART", "type": "OUTPUT", "enabled": "true"},
{"name": "EMAIL", "type": "NOTIFICATION", "enabled": "true"}
],
"email": {
"sendEmail": true,
"toRecipients": [ "[email protected]"],
"ccRecipients": [ "[email protected]" ]
}
}