Skip to content

基于HttpRunner+Python+DRF+Vue的接口自动化测试平台

License

Notifications You must be signed in to change notification settings

HJXDELL/AnotherFasterRunner

 
 

Repository files navigation

FasterRunner

  • 支持同步YAPI(Swagger,Postman),无需手动录入接口
  • 继承 Requests 的全部特性,轻松实现 HTTP(S) 的各种测试需求
  • 借助驱动代码(debugtalk.py),在测试脚本中轻松实现请求参数签名,加密和解密响应等
  • 支持完善的 hook 机制,通过请求前置和后置函数,完美解决单接口的token依赖和多个接口的参数传递
  • 类crontab的定时任务, 无需额外学习成本
  • 测试用例支持参数化和数据驱动机制
  • Gitlab-CI, Jenkins 等持续集成工具完美结合
  • 测试结果统计报告简洁清晰,附带详尽统计信息和日志记录
  • 测试报告推送飞书,钉钉,企业微信等

LICENSE travis-ci pyversions

Quick Start

构建前端静态文件

cd ./web
yarn install
npm run build

启动所有服务

docker-compose up --build -d

Dev

uWSGI

About

基于HttpRunner+Python+DRF+Vue的接口自动化测试平台

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 33.8%
  • Vue 30.5%
  • HTML 17.6%
  • PLpgSQL 13.1%
  • JavaScript 3.6%
  • CSS 1.2%
  • Other 0.2%