0

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 it on windows/linux?

Ori Marko
  • 56,308
  • 23
  • 131
  • 233

1 Answers1

2

Actually it's just executable you can download it

And Get started by running hoverctl start

Or for test add as maven dependency

To use Hoverfly, we need to add a single Maven dependency:

<dependency>
    <groupId>io.specto</groupId>
    <artifactId>hoverfly-java</artifactId>
    <version>0.8.1</version>
</dependency>
Ori Marko
  • 56,308
  • 23
  • 131
  • 233