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

When HoverflyRule is annotated with `@Rule`, the `exportSimulation` is called after each test, meaning that, it will keep overwriting old captured data because of the same filename. The solution could...

enhancement

When connecting to remote hoverfly instance, it is likely that the authentication is enabled: https://docs.hoverfly.io/en/stable/pages/tutorials/advanced/proxyauth/proxyauth.html#proxyauth The remote hoverfly instance config should allow user to provide username and password for the...

enhancement

Hoverfly returns a `503` when it can't find a matching response for a request. The application code will then receive this, and try to handle it. In reality it would...

enhancement

I might be mocking my service endpoints, but wanting my HTML, JS, CSS, PNG to be statically served. ``` service(domain).unprocessed(myUnProcessedHandler) ``` UnProcessedHandler would have a method: ``` Response handleUnprocessed(Request req)...

## Description of the bug The order of declaration of simulation depends on order even when using anyBody() method ## Steps to reproduce the issue Here are two tests ```...

bug

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Not able to simulate 407 Proxy Authentication Required responses directly via Hoverfly for CONNECT requests. Hoverfly is not working as real proxy where it challenge the request and get 407...