如何为休息自动生成加特林模拟 api

how to auto generate the gatling simulation for rest api

我有一个 akka http scala 项目,目前它的 UI 还没有准备好,但我必须使用(https://gatling.io/)[gatling] for the routes after some researching i think i have to write the gatling simulation scala code manually, because we have the recorder 记录模拟并自动生成测试 scala 模拟代码的功能进行负载测试,所以我想知道现在是否有一些工具或插件可以自动为我的路线生成模拟我使用邮递员来点击我的路线(GET, POST, DELETE)

记录器实际上是一个拦截请求的代理。虽然默认用例是从浏览器拦截它们,但您没有理由不能 运行 记录器并配置邮递员指向它。

如果您查看the recorder documentation,您可以配置监听端口。 (默认 8000)

在 postman 中,'Settings' 中有一个全局代理配置部分 - 您需要将代理服务器配置为您 运行 记录器和匹配端口所在位置的 ip。