summaryrefslogtreecommitdiff
path: root/src/main/resources/config.json
diff options
context:
space:
mode:
authorMavlushechka <mavlushechka@gmail.com>2022-09-27 21:51:53 +0500
committerMavlushechka <mavlushechka@gmail.com>2022-09-27 21:51:53 +0500
commitc0469440d567349cdf20d6296b9949e05348d1f4 (patch)
tree733fc3d58647f12db7bd34a786edfcb37595f46d /src/main/resources/config.json
parente7c380c64056a004a1d61f04df7afb2a1c1c3675 (diff)
parent441d7a21494f3cb9a16ae6095540326938af536b (diff)
Merge branch 'testing-framework' into task-3
Diffstat (limited to 'src/main/resources/config.json')
-rw-r--r--src/main/resources/config.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/main/resources/config.json b/src/main/resources/config.json
new file mode 100644
index 0000000..54b5c23
--- /dev/null
+++ b/src/main/resources/config.json
@@ -0,0 +1,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
+ }
+} \ No newline at end of file