Skip to content

Commit dd415e9

Browse files
committed
setting.conf added
1 parent 33c0aea commit dd415e9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Framework/setting.conf

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[Authentication]
2+
username =
3+
api-key =
4+
server_address =
5+
6+
[Advanced Options]
7+
module_update_interval = 30
8+
log_delete_interval = 7
9+
element_wait = 10
10+
available_to_all_project = False
11+
_file = temp_config.ini
12+
_file_upload_path = TestExecutionLog
13+
last_module_update_date = 2025-02-21
14+
last_log_delete_date = 2023-09-19
15+
stop_live_log = False
16+
17+
[Selenium_driver_paths]
18+
chrome_path = ""
19+
firefox_path = ""
20+
edge_path = ""
21+
opera_path = ""
22+
ie_path = ""
23+
electron_chrome_path = ""
24+
25+
[Inspector]
26+
Window = ""
27+
No_of_level_to_skip = 0
28+
ai_plugin = True
29+
sibling = False

0 commit comments

Comments
 (0)