You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.py 197 B

2 years ago
12345678
  1. """
  2. @author: lileilei
  3. @file: config.py
  4. @time: 2018/4/12 14:17
  5. """
  6. Dingtalk_access_token = "" # 钉钉配置
  7. TestPlanUrl = 'http://localhost:8881' # 基础url
  8. Config_Try_Num = 1 # 失败重试

Introduction

生成接口测试报告

No topics