GithubHelp home page GithubHelp logo

wuyuan2009123 / anotherfasterrunner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lihuacai168/anotherfasterrunner

0.0 0.0 0.0 3.56 MB

接口自动化测试平台,基于HttpRunner+Python+Django+Vue

Home Page: https://fast.huacai.one/fastrunner/login

License: MIT License

Shell 0.12% JavaScript 3.35% Python 40.55% CSS 1.36% Makefile 0.12% HTML 19.84% Vue 34.43% Dockerfile 0.23%

anotherfasterrunner's Introduction

LICENSE

FasterRunner

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

注意

只能使用python3.9版本

文档

Quick Start

拉取代码和启动服务

# 拉取代码
git clone [email protected]:lihuacai168/AnotherFasterRunner.git AnotherFasterRunner

# 如果你的机器连接不上Github,可以用国内的Gitee
# git clone [email protected]:lihuacai/AnotherFasterRunner.git AnotherFasterRunner

# 使用makefile命令快速启动所有服务,没错,一个命令就搞定
cd AnotherFasterRunner && make

# 或者使用docker-compose原始的命令, 指定配置文件启动
cd AnotherFasterRunner && docker-compose -f docker-compose-for-fastup.yml --env-file .env.example up -d

访问服务

# 默认是80端口,如果80端口被占用,修改env文件中的WEB_PORT即可
浏览器打开:
http://你的ip/fastrunner/login

用户:test
密码:test2020

Dev

uWSGI

Star History

Star History Chart

贡献者

鸣谢

感谢 JetBrains 对开源项目的支持

JetBrains

anotherfasterrunner's People

Contributors

lihuacai168 avatar yinquanwang avatar qiangyanwen avatar juneherren avatar dependabot[bot] avatar xglh 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.