Skip to content

0.17

Compare
Choose a tag to compare
@rabelenda rabelenda released this 05 Aug 16:00
· 595 commits to master since this release

Now jmeter-java-dsl behavior emulates browsers by automatically handling HTTP cookies and caching!

In case you want to disable such behavior you can add this to your testplan:

httpCookies().disable(),
httpCache().disable(),