Skip to content

Commit d2381b3

Browse files
author
DABURON Vincent
committed
Version 3.1, Use library har-to-jmeter-convertor-2.2.jar, this version : remove the header 'Content-length' because the length is computed by JMeter when the request is created. POST or PUT could have query string and body with content so add query string to the path. Set Content Encoding to UFT-8 for POST or PUT method and request Content-Type : application/json. Add body data content in record.xml for PUT and PATCH methods.
1 parent 5f5a473 commit d2381b3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,11 @@ The maven groupId, artifactId and version, this plugin is in the **Maven Central
134134
```xml
135135
<groupId>io.github.vdaburon</groupId>
136136
<artifactId>har-convertor-jmeter-plugin</artifactId>
137-
<version>3.0</version>
137+
<version>3.1</version>
138138
```
139139
## Versions
140+
Version 3.1 date 2024-03-29, Use library har-to-jmeter-convertor-2.2.jar, this version remove the header 'Content-length' because the length is computed by JMeter when the request is created. POST or PUT could have query string and body with content so add query string to the path. Set Content Encoding to UFT-8 for POST or PUT method and request Content-Type : application/json. Add body data content in record.xml for PUT and PATCH methods.
141+
140142
Version 3.0 date 2024-03-18, Add Load generated script if no error. File Chooser select only file and no directory.
141143

142144
Version 2.0 date 2024-03-12, for POST multipart/form-data don't put the content of the file in the Record.xml file because binary content could be large and not XML compatible. Add parameters : page_start_number and sampler_start_number to facilitate partial recording of website navigation.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.vdaburon</groupId>
88
<artifactId>har-convertor-jmeter-plugin</artifactId>
9-
<version>3.0</version>
9+
<version>3.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Apache JMeter Plugin to convert a HAR file to a JMeter script and Record XML</name>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>io.github.vdaburon</groupId>
7676
<artifactId>har-to-jmeter-convertor</artifactId>
77-
<version>2.1</version>
77+
<version>2.2</version>
7878
</dependency>
7979
</dependencies>
8080

0 commit comments

Comments
 (0)