HoverflyExtension to run Hoverfly in capture mode
By default, it exports captured simulation file to default Hoverfly test resources path ("src/test/resources/hoverfly")
with filename equals to the fully qualified class name of the annotated class.HoverflyExtension to set mode and configuration.HoverflyExtension to run Hoverfly in diff mode
By default, it tries to compare simulation file from default Hoverfly test resources path ("src/test/resources/hoverfly")
with filename equals to the fully qualified class name of the annotated class.HoverflyExtension to run Hoverfly in simulate mode
By default, it tries to import simulation file from default Hoverfly test resources path ("src/test/resources/hoverfly")
with filename equals to the fully qualified class name of the annotated class.HoverflySimulate annotationHoverflyExtension to run Hoverfly in spy mode
In this mode, Hoverfly simulates external APIs if a request match is found in simulation data
(See Simulate mode), otherwise, the request will be passed through to the real API.HoverflyConfig which signals, that no
preprocessor is set.