An open source lightweight service virtualisation/API simulation tool for developers and testers
Questions tagged [hoverfly]
19 questions
0
votes
1 answer
Install Hoverfly in windows without Docker/Kubernetes
Looking at Hoverfly installation it describe how to install using Docker or Homebrew or Kubernetes
I don't use micro services and don't have/use Docker/Homebrew/Kubernetes
Can I still use Hoverfly or I have to install Docker/Kubernetes to execute…

Ori Marko
- 56,308
- 23
- 131
- 233
0
votes
1 answer
how to programmatically invalidate captured simulation stubs dynamically
I am using hoverfly for service virtualization purpose for testing our microservices. In a particular scenario when a service endpoint response is changed (contractually) for eg: the format of date is changed, my test cases still pass when it's…

nikned
- 171
- 2
- 12
0
votes
1 answer
Hoverfly does not intercept my own defined host in destination
When I start hoverfly in simulate mode (or as a webserver, it doesn't matter) and define some destination then I must do request via proxy (or straight to localhost:8500 in case of webserver).
Is there a way to start hoverfly and define destination,…

MarkHuntDev
- 181
- 3
- 21
0
votes
0 answers
Configure proxy for RestTemplate using JVM arguments
I am integrating hoverfly as proxy server for my spring boot application.
This application calls other REST APIs and I want to capture the request and response and later use that in simulate mode for further calls through hoverfly.
I am able to…

Kapil
- 108
- 1
- 12