(2023-05-12) 支持测试完成后,通过企业微信发送pytest-html测试结果

This commit is contained in:
floraachy
2023-05-18 08:45:02 +08:00
parent 34a6762438
commit 950675b751
3 changed files with 229 additions and 17 deletions
+5
View File
@@ -64,3 +64,8 @@ ding_talk = {
"webhook_url": "https://oapi.dingtalk.com/robot/send?access_token=***********",
"secret": "***********"
}
# ------------------------------------ 企业微信相关配置 ----------------------------------------------------#
wechat = {
"webhook_url": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=********",
}