1 Star 0 Fork 13

邴岱一 / apitest_0620

forked from imzack / apitest_0620 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
readme.md 499 Bytes
一键复制 编辑 原始数据 按行查看 历史
imzack 提交于 2020-06-20 18:03 . 添加pytest-html, 生成htmlreport

简介

使用 Python 进行API 自动化测试

技术栈

  • pytest 管理测试用例集
  • requests 模拟发送请求
  • openpyxl Excel文件处理库
  • pytest-html 测试报告

主要目录结构

  • testcases 存放测试用例
  • common 存放常用的工具文件
  • sdk 主要封装requests请求业务逻辑
  • logs 存放日志文件
  • data 存放数据文件
  • reports 存放测试报告

运行

pytest testcases\test_topics2.py -s -v --html=reports\report.html
Python
1
https://gitee.com/bing_daiyi/apitest_0620.git
git@gitee.com:bing_daiyi/apitest_0620.git
bing_daiyi
apitest_0620
apitest_0620
master

搜索帮助