Skip to content

A small, basic tool to replay requests from a HTTP Archive (HAR) file, for load testing

License

Notifications You must be signed in to change notification settings

kkovacs/har-replay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

har-replay

A small, basic tool to replay requests from a HTTP Archive (HAR) file for testing purposes.

Installation

git clone https://github.com/kkovacs/har-replay
cd har-replay
npm update
./main.js -f <filename.har>

Usage

Usage: main.js [options]

Options:

-h, --help         output usage information
-s, --site <site>  only fire requests that are for this domain (ignore everything else)
-f, --file <file>  HAR file to replay

About

A small, basic tool to replay requests from a HTTP Archive (HAR) file, for load testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published