我是Gatling的新手,正在尝试理解如何将"exec(flushHttpCache)“合并到我的脚本中,因为我正试图阻止重定向的发生,因为这些重定向会影响我的结果。 val getStartPage = feed(feeder).exec(http("Test start page (start-page)")
.exec(flushHttpCache) // <- this fails on compile "flushHttpCache is not a member of io.gatling.http.request.builder.H
我试着通过gatling录制器录制脚本。->设置代理以寻址127.0.0.1和端口8000 (在我的系统配置中)->我可以在"Executed Events“中看到一些日志,但在gatling控制台中也可以看到error和warn:GATLING_HOME is set to "D:\Downloads\gatling"
JAVA = ""C:\Prog