summaryrefslogtreecommitdiff
path: root/src/main/resources/config.json
blob: e4aa5112052f1f1df9d67060a22fb7cacdeec284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "browser": {
    "isIncognito": "true",
    "isKiosk": "true",
    "url": "https://jsonplaceholder.typicode.com"
  },
  "webDriverWait": {
    "durationOfSeconds": "15"
  },
  "randomTextGenerator": {
    "lettersLowerBound": "97",
    "lettersUpperBound": "122",
    "length": "10"
  },
  "integerUtils": {
    "randomNumberMin": "0",
    "randomNumberMax": "101"
  },
  "httpURLConnection": {
    "connectTimeout": "5000",
    "readTimeout": "5000"
  }
}