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