A small, basic tool to replay requests from a HTTP Archive (HAR) file for testing purposes.
git clone https://github.com/kkovacs/har-replay
cd har-replay
npm update
./main.js -f <filename.har>
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