-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathglobal-config-complete-example.json
62 lines (62 loc) · 1.87 KB
/
global-config-complete-example.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"apiKey": "<DATADOG_API_KEY>",
"appKey": "<DATADOG_APPLICATION_KEY>",
"batchTimeout": 180000,
"datadogSite": "datadoghq.com",
"defaultTestOverrides": {
"allowInsecureCertificates": true,
"basicAuth": {
"username": "test",
"password": "test"
},
"body": "{\"fakeContent\":true}",
"bodyType": "application/json",
"cookies": "name1=value1;name2=value2",
"setCookies": "name1=value1 \n name2=value2; Domain=example.com \n name3=value3; Secure; HttpOnly",
"defaultStepTimeout": 15,
"deviceIds": ["chrome.laptop_large", "firefox.tablet"],
"executionRule": "skipped",
"followRedirects": true,
"headers": {
"NEW_HEADER_1": "NEW VALUE 1",
"NEW_HEADER_2": "NEW VALUE 2"
},
"locations": ["aws:us-east-1", "gcp:europe-west3"],
"mobileApplicationVersion": "01234567-8888-9999-abcd-efffffffffff",
"mobileApplicationVersionFilePath": "path/to/application.apk",
"retry": {
"count": 2,
"interval": 300
},
"startUrl": "{{URL}}?static_hash={{STATIC_HASH}}",
"startUrlSubstitutionRegex": "s/(https://www.)(.*)/$1extra-$2/",
"testTimeout": 300,
"variables": {
"NEW_VARIABLE_1": "NEW VARIABLE 1",
"NEW_VARIABLE_2": "NEW VARIABLE 2"
}
},
"failOnCriticalErrors": true,
"failOnMissingTests": true,
"failOnTimeout": true,
"files": ["{,!(node_modules)/**/}*.synthetics.json"],
"jUnitReport": "e2e-test-junit",
"latest": true,
"mobileApplicationId": "example-abc",
"mobileApplicationVersionFilePath": "example_path/example_app.apk",
"proxy": {
"auth": {
"username": "login",
"password": "pwd"
},
"host": "127.0.0.1",
"port": 3128,
"protocol": "http"
},
"publicIds": ["abc-def-ghi", "123-456-789"],
"selectiveRerun": true,
"subdomain": "myorg",
"testSearchQuery": "tag:e2e-tests",
"tunnel": true,
"versionName": "example"
}