# Tester **Repository Path**: ranto/tester ## Basic Information - **Project Name**: Tester - **Description**: Tester,一款跨平台的HTTP请求测试工具,支持自定义Header、Cookies、参数等,支持快速生成API测试的Markdown文档,支持上传文件,支持请求历史记录保存等。是一个轻量级的API测试工具。 - **Primary Language**: NodeJS - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://gitee.com/hamm/tester - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 53 - **Created**: 2019-12-15 - **Last Updated**: 2022-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

#### 项目说明 一个轻量在线API接口调试工具,支持自定义Header,自定义Cookies,支持GET/POST/PUT/DELETE/PATCH/TRACE/OPTIONS等请求方式,支持快速生成Markdown接口文档,支持分享当前请求链接等,支持配置生产和测试不同的域名并自动切换和生成简单的测试用例。QQ群1140258698 #### 在线体验 https://tester.hamm.cn #### 下载客户端 https://gitee.com/hamm/tester/attach_files #### 本地调试说明 1. Windows用户 请添加已下参数启动Chrome ``` C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe --args --disable-web-security --user-data-dir=c:\temp --allow-running-insecure-content --app=https://tester.hamm.cn ``` 可以直接创建一个快捷方式 2. Mac用户 请使用命令行启动Chrome ``` open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/Hamm/temp/chrome/ --allow-running-insecure-content --app=https://tester.hamm.cn ``` 其中, Chrome路径和用户数据路径按自己的配置即可。 #### 操作页面截图 ![Tester](https://images.gitee.com/uploads/images/2020/0510/164628_c1c4614c_145025.png "Tester") #### 生成文档截图 ![Tester](https://images.gitee.com/uploads/images/2020/0510/162954_9e2238e4_145025.jpeg "Tester")