Skip to content

Commit 290b0f4

Browse files
authored
add hitchhiker
1 parent e485c06 commit 290b0f4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,3 +543,24 @@ With React and React Native, your web app can share most its logic with your iOS
543543
### <font color='00A2E8'>**>>>[json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) - Compile JSONSchema to TypeScript typings.**</font>
544544

545545
[https://github.com/bcherny/json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript)
546+
547+
--------
548+
549+
## Application
550+
551+
### **>>>[Hitchhiker](https://github.com/brookshi/Hitchhiker) - Hitchhiker Api is a Restful Api integrated testing tool that support Schedule, Response comparsion, Stress Test etc. You can deploy it in your local server. It make easier to manage Api with your team.**
552+
553+
* Api collaboration development with team
554+
* Api history
555+
* Multiple environments and Runtime variables support, easy to handle api dependence
556+
* Request parameterization, include ManytoMany and OnetoOne, now you can use a request to handle multple situation like various query string, body
557+
* Schedule and run batch
558+
* Make a comparison for Api response between two different environments (eg: stage vs product)
559+
* Support Handling response before comparing
560+
* Easy to deploy (support docker, windows, linux), keep data in your control, never lose data
561+
* All changed will be auto saved in local cache even if refresh page
562+
* Support importing Postman v1 collections
563+
* Distributed stress test
564+
* Api Document (in future)
565+
566+
![](https://raw.githubusercontent.com/brookshi/images/master/Hitchhiker/stresstest.gif)

0 commit comments

Comments
 (0)