Replies: 1 comment 1 reply
-
I don't think we support the response body file in capture mode yet. We've only done the bare minimum to load response body file during simulate mode, see this change: https://github.com/SpectoLabs/hoverfly-java/pull/301/files#diff-ef616d189f27610bbfc40fd6d0f9b4fb2d563cebdc9c53ba40f8e1e840bfdc1aR77-R86 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Hoverfly-java with JUnit 5 in "capture or simulate" mode (
@HoverflySimulate(enableAutoCapture = true)
) but now I also want to enable the option to have the request bodies stored as separate files. Thing is whatever I try I can't figure out how to do that. Can anybody help me out?Beta Was this translation helpful? Give feedback.
All reactions