rpiterman

Results 5 issues of rpiterman

Currently, WebSocket clients always performs direct connection to url ignoring the karate proxy configuration. Expected: * WebSocket either respects the general proxy configuration or has support for own proxy settings.

help wanted
hacktoberfest

Currently, configuration of no-proxy hosts is looked up as is - In Java, non-proxy hosts may have an '*' prefix or suffix. -- Add support for '*' prefix and suffix...

help wanted
hacktoberfest

Currently, Ankermake offers only the Ankermake Studio. I use this on mac and the login.json is not used anymore, so no way for me to use ankermake-m5-protocol. -- Please document...

enhancement

If an exception is thrown in karate-config.js, the test is not markted as failed in the maven build and the build is green. Using junit from intellij, the test fails...

help wanted

## Description For our http-intensive application we wrap okhttp with a domain-specific client using logbook for logging. To test end-to-end, we use wiremock faults to simulate IO Problems and validate...

Bug