Explorar o código

开启钉钉接口

“蒋伟” hai 7 meses
pai
achega
6485662e93
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      DingDing.py

+ 1 - 1
DingDing.py

@@ -73,7 +73,7 @@ def DingTalkSend(info):
                    "\n\n用例通过数量: " + status_passed +
                    '''\n\n<font>用例失败数量: </font><font color=\'#FF0000\' size=2>%s</font> \n\n''' +
                    # "\n\n构建地址:\n" + job_url +
-                   # "\n\n测试报告地址: \n" + report_url +
+                   "\n\n测试报告地址: \n" + report_url +
                    "\n\n播报时间: " + datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')) % (status_defects)
 
     dd_robot = DingtalkChatbot(url)