Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 426 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 426 Bytes

har2jmeter.py

A tool for converting .har (Http ARchive) to jMeter load tests.

Currently only tested on har files from chrome.

Get started

Install

pip install git+https://github.com/dmonego/har2jmeter.git

Usage

har2jmeter.py site.com.har

Requirements

Requires jinja2. Install it using easy_install:

easy_install Jinja2

Or using pip:

pip install Jinja2