Skip to content

sumory/moklr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moklr

moklr定位于http请求代码生成,自动化测试,API status服务等test/development辅助功能,此外还可能集成文档服务,目前仍在持续开发中。

Demo

heroku moklr, 账号:test/123456

Features

  • postman替代品,支持postaman数据(collection级别)直接导入
  • http请求代码生成,支持常见的多种语言(js/java/go/python/shell/ruby等等)
  • API status检查(需runbot支持)
  • 批量测试case
  • 测试文档和API文档生成

Usage

  1. 依赖于mongodb,需提前安装

  2. 运行

    git clone https://github.com/sumory/moklr.git
    cd moklr
    npm install .
    
    #根据具体情况修改config配置,配置位于config目录下
    
    #选择config目录下的test.js这个配置启动
    NODE_ENV=test node index.js
    
    #访问http://localhost:8001
    

Screenshots

About

another "postman", status server, http request mock.

Resources

Stars

Watchers

Forks

Packages

No packages published