pytest-jequnauto/common/config.yaml

67 lines
2.4 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

project_name: Jekunauto自动化测试
env: 测试环境
# 测试人员名称,作用于自动生成代码的作者,以及发送企业微信、钉钉通知的测试负责人
tester_name: jack
# 域名1
host: https://test-fnapp-api.jekunauto.com
# 域名2支持多个域名配置
app_host:
# 实时更新用例内容False时已生成的代码不会在做变更
# 设置为True的时候修改yaml文件的用例代码中的内容会实时更新
real_time_update_test_cases: True
# 报告通知类型0: 不发送通知 1钉钉 2企业微信通知 3、邮箱通知 4、飞书通知
notification_type: 1
# 收集失败的用例开关整理成excel报告的形式自动发送目前只支持返送企业微信通知
excel_report: False
# 注意点:
# 之前为了小伙伴们拉下代码执行的时候不受影响,企业微信、钉钉、邮箱的通知配置的都是我的
# 我发现很多拉代码的小伙伴这里配置都没改,所有的通知都发到我这里来了哦~~麻烦看到这里的小伙伴自己改一下相关配置
# 钉钉相关配置
ding_talk:
# webhook: https://oapi.dingtalk.com/robot/send?access_token=7cdc5c1e29b19df9d6966eee808f57a1aedc770a979d616e5613ecd18e17d37c
# secret: SEC42736721e224f52e8f59554f623ceac427a7db244b71de0b2a71dbe0b5a09ba0
webhook: https://oapi.dingtalk.com/robot/send?access_token=7cdc5c1e29b19df9d6966eee808f57a1aedc770a979d616e5613ecd18e17d37c
secret: SEC42736721e224f52e8f59554f623ceac427a7db244b71de0b2a71dbe0b5a09ba0
# 数据库相关配置
mysql_db:
# 数据库开关
switch: False
host:
user: root
password: '123456'
port: 3306
# 镜像源
mirror_source: http://mirrors.aliyun.com/pypi/simple/
# 企业通知的相关配置
wechat:
webhook: https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=22748687-fa3b-4e48-a5d7-0502cef422b4
### 邮箱必填,需要全部都配置好,程序运行失败时,会发送邮件通知!!!!
### 邮箱必填,需要全部都配置好,程序运行失败时,会发送邮件通知!!!!
### 邮箱必填,需要全部都配置好,程序运行失败时,会发送邮件通知!!!!
### 重要的事情说三遍
email:
send_user: wthvip2008@163.com # 1603453211@qq.com
email_host: smtp.163.com
# 自己到QQ邮箱中配置stamp_key
stamp_key: KIMWRJZRWTVXFSCY
# 收件人改成自己的邮箱
send_list: 70677002@qq.com
# 飞书通知
lark:
webhook:
# 定义重跑参数
reruns: 3
reruns_delay: 3