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

I recently updated the version of karate I'm using from version 1.0.0 to 1.1.0. After upgrading I noticed my gatling load test is crashing. I believe the test is failing...

bug
fixed

I use Quarkus 2.7.5.Final with Karate 1.2.0. I can't move to later versions of Quarkus as they rely on Graal v22 and Karate only works with v21. I'm aware there...

fixed
codequality

When i run the Docker image ptrthomas/karate-chrome i am getting NET::ERR_CERT_CONTAINS_ERRORS and Chrome is not running the test ![image](https://user-images.githubusercontent.com/90637877/156932161-3e7bd059-5c4f-4042-bcdd-ac0801d7175a.png) Can you please add below option in https://github.com/karatelabs/karate/blob/master/karate-docker/karate-chrome/supervisord.conf in the chrome...

enhancement
help wanted
hacktoberfest

I know that there have already been several bug reports related to DynamicObject context errors, but I'm still able to reproduce an issue also against the current Karate develop branch....

bug
fixed

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

### Bug Report When a website has a cookie with an empty name, Karate throws a null pointer error when trying to get cookies. ![image](https://user-images.githubusercontent.com/108391043/177297107-ffa4f26f-bec7-495a-8854-89fcce164072.png) ![image](https://user-images.githubusercontent.com/108391043/177297253-97622242-0c3e-4c88-84b7-c8abd0469db8.png) I see no issues...

bug
fixed

When using "contains deep", "##array" is consider as the string "#array" and not as an optional array matcher. Note that it works with "contains". I reproduced this issue in karate...

bug
fixed

### Issue When executing an UI Test on forms with capital letters, we receive warnings. The issue does not happen, when lower case characters are entered. ### Files [myproject.zip](https://github.com/karatelabs/karate/files/8260661/myproject.zip) ###...

bug
fixed

**Command to run the attached test [ui-devtools-bug-after-tab-was-closed.zip](https://github.com/karatelabs/karate/files/8803011/ui-devtools-bug-after-tab-was-closed.zip):** _mvn clean test -Dtest=TestRunner_ **Path to reproduce the issue (with Karate actions):** - open 2 pages/tabs with the Chome DevTools Karate driver -...

bug
help wanted