A tool to convert HAR files into a locustfile.
Project description
Transformer
A command-line tool and Python library to convert web browser sessions (HAR files) into Locust load test scenarios (“locustfiles”).
Use it to replay HAR files (storing recordings of interactions with your website) in load tests with Locust.
Installation
Install from PyPI:
pip install har-transformer
Note that the new major version of Locust (1.0 and up) is not yet supported. Please make sure you have a compatible Locust to run your locustfiles:
pip install locustio==0.14.6
We hope to lift this restriction very soon!
Usage
Example HAR files are included in the examples/ directory, try them out.
Command-line
transformer my_har_files_directory/ >locustfile.py
Library
import transformer with open("locustfile.py", "w") as f: transformer.dump(f, ["my_har_files_directory/"])
Documentation
Take a look at our documentation for more details, including how to generate HAR files, customize your scenarios, use or write plugins, etc.
License
This project is licensed under the MIT license — see the LICENSE.md file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size har_transformer-1.3.0-py3-none-any.whl (37.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size har-transformer-1.3.0.tar.gz (32.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for har_transformer-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13afac9468530bd5d666437b19bbfa0f3178be649be532174291207042d50613 |
|
MD5 | 4ba6c26d92b4f1b73736796b88638558 |
|
BLAKE2-256 | 3b14aef0e077c9143c68aa6ebaf45178a271340cd6bfaa6c028739713b08dad3 |