kevin1024 / vcrpy

Automatically mock your HTTP interactions to simplify and speed up testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🛠️ Custom Persister

omidroshani opened this issue · comments

I wanted to inform the community that I've successfully implemented a custom persister for vcrpy in my project.

The purpose of this persister is to enable vcrpy to directly consume browser-generated HAR files without the need for conversion to YAML.

If there's interest from the community or the maintainers, I'm happy to create a pull request to contribute this feature to vcrpy.

I'm available to provide more details or assist with any questions. Thank you to the vcrpy maintainers for their fantastic work!