基于postman、newman 实现了HTTP API 监控

2018-07-30  本文已影响53人  编程产品人

monitor-postman

项目地址
基于postman、newman 实现了HTTP API 监控。

项目中使用spring定时任务执行newman脚本,解析脚本执行的输出的测试报告,发现有failure 项时触发邮件告警(可自行按照邮件告警实现方式扩展短信告警)

前端web管理项目地址 monitor-postman-tradition 采用了bootstrap+vue实现下个版本使用webpack打包支持统计图表

image
image

安装

运行

nohup java -jar monitor-man-0.0.1-SNAPSHOT.jar --monitor.storage.directory=测试报告存储绝对路径 &

Docker

即将发布

License

This software is licensed under MIT. See the LICENSE file for more information.

上一篇 下一篇

猜你喜欢

热点阅读