(2023-05-11) 支持测试完成后,通过钉钉发送pytest-html测试结果

This commit is contained in:
floraachy
2023-05-17 17:33:01 +08:00
parent af7ffc1de8
commit 34a6762438
3 changed files with 322 additions and 37 deletions
+6
View File
@@ -58,3 +58,9 @@ email = {
"host": "smtp.qq.com",
"to": ["******", "******"] # 收件人邮箱
}
# ------------------------------------ 钉钉相关配置 ----------------------------------------------------#
ding_talk = {
"webhook_url": "https://oapi.dingtalk.com/robot/send?access_token=***********",
"secret": "***********"
}