You can now easily set htmlReport
granularity with timeGraphsGranularity
method, and user guide includes some small fixes thanks to @arezki user in Discord server.
Additionally:
httpDefaults
now includesfollowRedirects
method which allows enabling/disabling following redirects by default forhttpSamplers
.- recorder now fixes integration with recent chrome 111, while starting browser with Selenium
- recorder uses param instead of rawParam when is possible to ease test plan maintenance
- recorder logic is contained in it's own module, so is ease to reuse it's logic as a dependency from other projects
- recorder now disables follow redirects to avoid duplicate requests in resulting test plan.
Hope you enjoy this version changes!