概述

基于 HttpRunner 的一款小而美的测试工具--FasterRunner, 由于还是 V1.0 初版,很多功能还没来得及实现,已有功能还得拜托大家多多帮忙测试😊

FasterRunner:https://github.com/yinquanwang/FasterRunner
FasterWeb:https://github.com/yinquanwang/FasterWeb

注意,以下都是开发环境部署方式,注意必须先安装 node.js, 开源不易,觉得不错的话高抬贵手给小个星星吧😄

FasterWeb 部署

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# open url(recommend chrome)
http://localhost:8080/fastrunner/register/

FasterRunner 部署

# install requirements.txt
pip install -r requirements.txt

# make migrations for usermanager、fastrunner
python manage.py makemigrations fastrunner usermanager

# migrate for database
python manage.py migrate

# runserver 
python manage.py runserver

页面交互简单展示,更多炫酷操作敬请部署体验吧

  1. 登陆

  2. 首页

3.菜单

4.debugtalk 在线编辑调试

  1. API 模板

6.自动化测试

  1. 环境管理

8.调试展示页面


↙↙↙阅读原文可查看相关链接,并与作者交流