Skip to content

Commit 46604ce

Browse files
author
DABURON Vincent
committed
Version 5.1, compatible with har generated by browsermob-proxy tool and csv file contains transaction infos. Use har-to-jmeter-convertor 5.1.
1 parent 433998b commit 46604ce

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,20 @@ A simple tool named "create-external-file-for-har" create easily this csv file.
113113

114114
You need to select the csv file in the text field : "(Optional) External csv file with transaction info (to read) "
115115

116+
### HAR created with BrowserMob Proxy
117+
This tool is compatible with Har file generated with BrowserMob Proxy.
118+
119+
The BrowserMob Proxy create a har and could filter url or content (no binary).
120+
121+
The proxy client could be a browser or a client http in an application.
122+
123+
BrowserMob Proxy could be embedded in a java application or in Selenium java code application.
124+
125+
![Step to create script and record from HAR file from BrowserMob](doc/images/browsermob-proxy_har_convertor_script_record.png)
126+
127+
The BrowserMob Proxy is available at this url : <br/>
128+
[Download the BrowserMob Proxy](https://github.com/lightbody/browsermob-proxy)
129+
116130
## More documentation from har-to-jmeter-convertor
117131
For more documentation look at README from [har-to-jmeter-convertor](https://github.com/vdaburon/har-to-jmeter-convertor)
118132

267 KB
Loading

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>5.0</version>
9+
<version>5.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>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>io.github.vdaburon</groupId>
8383
<artifactId>har-to-jmeter-convertor</artifactId>
84-
<version>5.0</version>
84+
<version>5.1</version>
8585
</dependency>
8686
</dependencies>
8787

0 commit comments

Comments
 (0)