2020-05-13 20:49:31 +00:00
|
|
|
{
|
|
|
|
"active": "development",
|
|
|
|
"development" : {
|
|
|
|
"config_id" : "development",
|
2020-09-03 21:40:29 +00:00
|
|
|
"influx_url": "http://localhost:8086",
|
2020-05-13 20:49:31 +00:00
|
|
|
"def_ctx": "/",
|
|
|
|
"headless": false,
|
|
|
|
"sel_docker": false,
|
2020-06-16 14:59:05 +00:00
|
|
|
"deployment": "nightly_docker",
|
|
|
|
"create_method": "REST",
|
|
|
|
"docker_name": "influx2_solo",
|
2020-05-13 20:49:31 +00:00
|
|
|
"browser": "chrome",
|
|
|
|
"screenshot_dir": "screenshots",
|
|
|
|
"influxdb": {
|
|
|
|
"version" : "2.0.0"
|
|
|
|
},
|
|
|
|
"window_size": {
|
|
|
|
"width": "1024",
|
|
|
|
"height": "933"
|
2020-06-16 14:59:05 +00:00
|
|
|
},
|
|
|
|
"default_user": {
|
|
|
|
"username": "admin",
|
|
|
|
"password": "changeit",
|
|
|
|
"org": "qa",
|
|
|
|
"bucket": "qa",
|
|
|
|
"token": "TEST_TOKEN"
|
2020-05-13 20:49:31 +00:00
|
|
|
}
|
2020-06-16 14:59:05 +00:00
|
|
|
},
|
2020-05-13 20:49:31 +00:00
|
|
|
"nightly" : {
|
|
|
|
"config_id": "nightly",
|
2020-09-03 21:40:29 +00:00
|
|
|
"influx_url": "http://localhost:8086",
|
2020-05-13 20:49:31 +00:00
|
|
|
"def_ctx": "/",
|
|
|
|
"headless": true,
|
2020-08-05 15:22:09 +00:00
|
|
|
"sel_docker": false,
|
|
|
|
"deployment": "nightly_docker",
|
2020-05-13 20:49:31 +00:00
|
|
|
"browser": "chrome",
|
2020-06-16 14:59:05 +00:00
|
|
|
"screenshot_dir": "screenshots",
|
|
|
|
"create_method": "CLI_DOCKER",
|
|
|
|
"influx_path": "../bin/linux/influx",
|
|
|
|
"docker_name": "influx2_solo",
|
2020-08-05 15:22:09 +00:00
|
|
|
"influxdb": {
|
|
|
|
"version" : "2.0.0"
|
|
|
|
},
|
2020-06-16 14:59:05 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
|
2020-05-13 20:49:31 +00:00
|
|
|
}
|
|
|
|
}
|