-
Notifications
You must be signed in to change notification settings - Fork 3.6k
/
e2e.conf.json
76 lines (75 loc) · 1.77 KB
/
e2e.conf.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"active": "development",
"development" : {
"config_id" : "development",
"influx_url": "http://localhost:9999",
"def_ctx": "/",
"headless": false,
"sel_docker": false,
"deployment": "nightly_docker",
"create_method": "REST",
"docker_name": "influx2_solo",
"browser": "chrome",
"screenshot_dir": "screenshots",
"influxdb": {
"version" : "2.0.0"
},
"window_size": {
"width": "1024",
"height": "933"
},
"default_user": {
"username": "admin",
"password": "changeit",
"org": "qa",
"bucket": "qa",
"token": "TEST_TOKEN"
}
},
"nightly" : {
"config_id": "nightly",
"influx_url": "http://localhost:9999",
"def_ctx": "/",
"headless": true,
"browser": "chrome",
"screenshot_dir": "screenshots",
"deployment": "local_build",
"create_method": "CLI_DOCKER",
"influx_path": "../bin/linux/influx",
"docker_name": "influx2_solo",
"default_user": {
"username": "hibou",
"password": "ENV",
"org": "qa",
"bucket": "qa",
"token": "ENV"
}
},
"cloud": {
"config_id" : "cloud",
"influx_url": "https://eu-central-1-1.aws.cloud2.influxdata.com",
"def_ctx": "/",
"headless": false,
"sel_docker": false,
"deployment": "cloud",
"create_method": "SKIP",
"browser": "chrome",
"screenshot_dir": "screenshots",
"influxdb": {
"version" : "2.0.0"
},
"window_size": {
"width": "1024",
"height": "933"
},
"default_user": {
"username": "qa1@bonitoo4influxdata.com",
"password": "ENV",
"org": "qa1@bonitoo4influxdata.com",
"bucket": "qa1A",
"orgid": "8864d10598fc08a7",
"bucketid": "7e0486a588f2f20a",
"token": "ENV"
}
}
}