karate icon indicating copy to clipboard operation
karate copied to clipboard

Test Automation Made Simple

Results 102 karate issues
Sort by recently updated
recently updated
newest added

### Description Improves the brutal no reuse connection strategy initially implemented in https://github.com/karatelabs/karate/pull/2471. The default reuse connection strategy was causing ProxyServerTest to fail and I think the reason is: when...

### Description Upgrade to httpclient5. - Relevant Issues : (2296) - Relevant PRs : (optional) - Type of change : - [ ] New feature - [ ] Bug fix...

I am testing a soap service which sometimes returns nil elements, defined in xsi namespace. Unlike issue #754, the xsi namespace is defined in the response, it is declared in...

help wanted

low priority CVE: commons-codec:commons-codec @ 1.11 vulnerability reported by @kdefives description: ### Summary Apache commons-codec before 1.13 is vulnerable to information exposure. The Base32 and Base64 implementation blindly decode invalid...

help wanted
hacktoberfest
codequality

I am looking for a custom error message if a match fails, but I don't see docs on how to do this. Trivial Example: Given path '/channel/' + channelID And...

enhancement

for context - karate has support for Playwright via the (somewhat undocumented) wire-protocol, and we were (one of) the first to use that approach (sep 2020): https://twitter.com/ptrthomas/status/1307678474627244032 but it is...

enhancement
fixed
hacktoberfest

[test-karate-logging.zip](https://github.com/karatelabs/karate/files/13264613/test-karate-logging.zip) Using the new version of Karate 1.4.1, it seems that there're some problems in printing request/responses in logs when using Cucumber reporting (https://github.com/damianszczepanik/cucumber-reporting). This issue do no appear using...

bug
fixed

Hi @ptrthomas From this question https://stackoverflow.com/questions/77346337/karate-test-framework-are-there-plans-to-include-runtimehooks-for-mockserver we open this issue. In our case, we need to implement an interceptor in mock http server to track the requests-responses and the scenario...

enhancement
fixed

This issue is related to https://github.com/karatelabs/karate/issues/2385. The fix for #2385 prevented whitespace being trimmed from actual xml request/response values by using a copy of the xml string when logging with...

bug
fixed

### Description Add support of arm64 for image karatelabs/karate-chrome - Relevant Issues : [(compulsory)](https://github.com/karatelabs/karate/issues/2422) - Relevant PRs : this one - Type of change : - [X] New feature -...