Coder Social home page Coder Social logo

yoyokko / anotherfasterrunner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lihuacai168/anotherfasterrunner

0.0 0.0 0.0 1.8 MB

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

License: MIT License

Shell 0.16% JavaScript 4.14% Python 39.68% CSS 1.39% Makefile 0.07% HTML 19.82% Vue 34.61% Dockerfile 0.12%

anotherfasterrunner's Introduction

LICENSE

FasterRunner

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

注意

只能使用python3.9版本

文档

Quick Start

# 设置环境变量
cp .env.example $HOME/.env

# 修改.env文件
# 使用makefile命令快速启动
make up

# 或者使用docker-compose原始的命令, 指定配置文件启动, .env是绝对路径
docker-compose --env-file=$HOME/.env up --build -d

Dev

uWSGI

anotherfasterrunner's People

Contributors

juneherren avatar lihuacai168 avatar xglh avatar yinquanwang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.