Skip to content

Python script to convert har (Http ARchive) files to jMeter load tests.

Notifications You must be signed in to change notification settings

dmonego/har2jmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python script to convert har (Http ARchive) files to jMeter load tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published