summaryrefslogtreecommitdiff
path: root/src/main/resources/config.json
diff options
context:
space:
mode:
authorMavlushechka <mavlushechka@gmail.com>2022-09-20 21:13:24 +0500
committerMavlushechka <mavlushechka@gmail.com>2022-09-20 21:13:24 +0500
commit3b1af3333d687e354ab9fa0a475ae7ef74b740f9 (patch)
tree3341bf5457adbc3f317fdbd6120036dc19bd7551 /src/main/resources/config.json
parent528fbeb1542ffba584eecf8bc07528d1633f4fa5 (diff)
Add testing framework
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..2ede7ad
--- /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": 3
+ },
+ "randomTextGenerator": {
+ "lettersLowerBound": 97,
+ "lettersUpperBound": 122,
+ "length": 10
+ },
+ "integerUtils": {
+ "randomNumberMin": 0,
+ "randomNumberMax": 101
+ }
+} \ No newline at end of file