浏览器,url的基础配置,及一些基本不需要更改的账号信息

This commit is contained in:
nqp 2021-03-03 23:19:16 +08:00
parent 88c5350475
commit 30f96c3404
1 changed files with 26 additions and 0 deletions

26
config/config.ini Normal file
View File

@ -0,0 +1,26 @@
[BROWSERTYPE]
;browserName = Firefox
browserName = Chrome
#browserName = IE
[BROWSERATTRIBUTE]
implicitly_wait = 2
[TESTSERVER]
url = http://www.baidu.com/
[TESTACCOUNT]
account = haha
password = 123456
name = 测试大佬
[TESTDATA]
[DATABASE]
host = ''
user = ''
password = ''
database = ''
port = ''