rpiterman
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.
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...
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...
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...
## 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...