Skip to content

Releases: vdaburon/har-convertor-jmeter-plugin

Version 10.0 external file could be a JSON or CSV file

24 Feb 10:25

Choose a tag to compare

Version 10.0 Use new library har-to-jmeter-convertor 10.0, external file could be a JSON file created with "HAR Transaction Marker" Chrome Plugin from LOADMAGIC.AI or a CSV file.

Version 9.1 Add new parameter -jackson_parser_string_max

04 Feb 16:15

Choose a tag to compare

Version 9.1, use new library har-to-jmeter-convertor 9.1.
Add new parameter -jackson_parser_string_max, change default Jackson String length size (default integer size = 20000000 around 19MB), for processing very large JSON.
Remove parameter use_lrwr_infos because the LoadRunner plugin HarGeneratorChrome for Chrome doesn't work with new Chrome security for plugins.
Modify pom.xml to exclude jackson and commons-lang3 libraries.
This plugin need Saxon-HE>=12.3 for better Performance.

v8.0 Use new library har-to-jmeter-convertor 8.0 add new parameter -remove_headers

22 Nov 16:08

Choose a tag to compare

Use new library har-to-jmeter-convertor 8.0 add new parameter -remove_headers remove a list of http headers (comma separator, case insensitive), e.g: -remove_headers "User-Agent,Pragma,X-TOKEN"

Version 7.1 Remove request headers from HTTP/2

27 Mar 09:05

Choose a tag to compare

Version 7.1, Use new library har-to-jmeter-convertor 7.1, Remove request headers from HTTP/2, these headers start with ':' likes ":authority", ":method", ":path" or ":scheme".

Correct Issue #2 .

Don't create HttpSampler for url "data:".

Version 7.0 manage WebSocket Connection and WebSocket messages

27 Feb 10:44

Choose a tag to compare

Version 7.0, Use new library har-to-jmeter-convertor 7.0 add manage the websocket connection and messages with 'WebSocket Samplers by Peter Doornbosch', add checkbox for boolean parameter 'ws_with_pdoornbosch' (default unchecked == false).

Version 6.1 to correct a NullPointerException when creating the Recording XML

06 Feb 10:17

Choose a tag to compare

Version 6.1, Use new library har-to-jmeter-convertor 6.1 to correct a NullPointerException when creating the Recording XML file.

Version 6.0 add View Result Tree to view the recording xml file

19 Sep 15:01

Choose a tag to compare

Version 6.0, use new library har-to-jmeter-convertor v6.0 that add 'HTTP(S) Test Script Recorder' and 'View Results Tree' to view the record xml file created. Correct save file no url encoded name.

Version 5.2 correct extract parameters for "form-urlencoded" ended with charset

21 Jun 08:14

Choose a tag to compare

Version 5.2, use new library har-to-jmeter-convertor 5.2 that correct extract parameters for mime type "form-urlencoded" ended with charset likes "application/x-www-form-urlencoded; charset=xxx"

Version 5.1 compatible with har generated by browsermob-proxy

17 May 14:35

Choose a tag to compare

Version 5.1, compatible with har generated by browsermob-proxy tool and csv file contains transaction infos. Use library har-to-jmeter-convertor 5.1.

Version 5.0 add external csv file and compatible with LoadRunner Web Recorder

10 May 08:34

Choose a tag to compare

Version 5.0, Add an external csv file with transaction information for JMeter Transaction Controller Name.
Add compatibility with HAR generated with LoadRunner Web Recorder Chrome Extension.