码迷,mamicode.com
首页 > Web开发 > 详细

HttpRunner 探索 HttpRunner 最佳体现形式_安装篇

时间:2018-12-11 15:59:13      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:交互   bug   开发环境   npm   在线   登陆   页面   pytho   调试   

基于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 usermanagerfastrunner
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.调试展示页面

技术分享图片
 

技术分享图片

 

HttpRunner 探索 HttpRunner 最佳体现形式_安装篇

标签:交互   bug   开发环境   npm   在线   登陆   页面   pytho   调试   

原文地址:https://www.cnblogs.com/tiechui2015/p/10102094.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!