|
@@ -43,7 +43,7 @@ def DingTalkSend(info):
|
|
|
d = {}
|
|
|
# 获取项目绝对路径
|
|
|
path = Path(__file__).parent
|
|
|
- file = '/report/export/prometheusData.txt'
|
|
|
+ file = '/allure-report/export/prometheusData.txt'
|
|
|
print(rf"{path}" + rf"{file}")
|
|
|
# 打开prometheusData 获取需要发送的信息
|
|
|
# f = open(rf"{path}" + rf"{file}", 'r', encoding='UTF-8')
|