summaryrefslogtreecommitdiff
path: root/src/main/resources/config.json
blob: a55d26a4166739072045b5568b9397588d037e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "browser": {
    "name": "Firefox",
    "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"
  }
}