summaryrefslogtreecommitdiff
path: root/src/main/resources/config.json
blob: 54b5c2309cadb5c398e0b54b68c275d9f9a5849f (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": 15
  },
  "randomTextGenerator": {
    "lettersLowerBound": 97,
    "lettersUpperBound": 122,
    "length": 10
  },
  "integerUtils": {
    "randomNumberMin": 0,
    "randomNumberMax": 101
  }
}