|
@@ -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)
|