1 Star 0 Fork 2

孟伟/ui_test

forked from Phoenix/ui_test 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.py 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
Phoenix 提交于 2021-06-30 09:16 . Initial commit
# coding:utf-8
import os
pro_path = os.path.split(os.path.realpath(__file__))[0] # "D:/ui_test" #os.path.abspath('.')
log_path = pro_path + "/logs/"
screenshot_path = pro_path + "/image/"
testcase_path = pro_path + "/testcase_shidian/"
report_path = pro_path + "/report/"
datas_path = pro_path + "/datas/"
temps_path = pro_path + "/temp/"
DATABASE = {
"host" : "192.168.1.82",
"port" : 3306,
"user" : "root",
"password" : "finsiot@123",
"database" : "saas",
"charset" : "utf8",
}
def read_token():
with open(pro_path + r'\token.txt') as f:
t = f.read()
return t
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meng--weii/ui_test.git
git@gitee.com:meng--weii/ui_test.git
meng--weii
ui_test
ui_test
master

搜索帮助