hoverfly-java icon indicating copy to clipboard operation
hoverfly-java copied to clipboard

Java binding for Hoverfly

Results 18 hoverfly-java issues
Sort by recently updated
recently updated
newest added

The "random" port selection can still lead to port conflicts, when running multiple unit tests in parallel. This is because port selection and check is done within the config validation...

A TestBase class is commonly useful to setup shared test context . Hope Hoverfly could support this scenario below, Public class TestBase() { @ClassRule public static HoverflyRule logonRule = HoverflyRule.inCaptureOrSimulationMode("logon.json");...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** I currently have the problem that when the remote service returns varying, unpredictable values in responses (e.g. timestamps), Hoverfly in...

enhancement

## Description of the bug The working directory of the hoverfly instance seems to be located in the temproary folder instead of the workspace/project directory. And since hoverfly requires relative...

enhancement

## Description of the bug Currently we run a larger testsuite from maven and used hoverfly to simulate request. Lately we switched from sequential task execution to parallel execution with...

I cant use hoverfly since the company uses a whitelist of exe-files. When I started the process of whitelisting it I noticed that the exe-files that is extracted from the...

For example i have a class : ```java public class ControllerTest { @ClassRule public static HoverflyRule hoverflyRule = HoverflyRule.inCaptureMode("simulation.json"); @Test public void reqeustOne() { httpClient.get('/url_one') } @Test public void reqeustTwo()...

enhancement

**Is your feature request related to a problem? Please describe.** As developer/tester, I want to use Hoverfly, so that I can capture value of body, after simulation. I have simulation...

enhancement

Uploaded the captured activity, but fails to simulate ``` 08:40:59.095 [Thread-2] WARN hoverfly - Failed to find matching request from simulation destination=accounts.youtube.com error=No match found method=GET path=/accounts/CheckConnection query={pmpo=[https://accounts.google.com], timestamp=[1534747258848], v=[285632338]}...

question