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

simplest way to replicate: ```cucumber Feature: Scenario: * call read('@stub') * print 'first' Scenario: * print 'second' @stub @ignore Scenario: * print 'called' ``` here, the second scenario will not...

bug
fixed

We're running into a sporadic issue in our CI pipeline when retrying failed scenarios / updating report results via `suite.updateResults()`. We're hitting the following exception about 10% of the time...

bug
fixed

Attached the below zip release with modified cats-mock.feature file which shows the issue. **Kindly use karate standalone jar 1.2.0.** [karate-1.2.0.zip](https://github.com/karatelabs/karate/files/8770414/karate-1.2.0.zip) **Command used to run the mocks:** Run the below command...

bug
fixed

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

bug
fixed

The problem come from RobotBase.class on the method: public Robot press() For fixing this bug, add the call at mask() function: public Robot press() { **int mask = mask(1);** robot.mousePress(mask);...

help wanted
hacktoberfest

my feature ``` Feature: dummy Background: # generated trhgouht crudcrud.com * url "https://crudcrud.com/api/e7f976db29bc4e26a700d28a629edd56" Scenario: * method GET * method POST * method DELETE ``` my karate-config `fucntion fn() { karate.configure('readTimeout',...

help wanted
hacktoberfest

I update code for issue #2118. You can run cmd: ` mvn test -Dtest=Runner#testDemo` [bug-karate.zip](https://github.com/karatelabs/karate/files/9525166/bug-karate.zip) Hi, i have issue when i call tag from other feature. I have a feature...

bug

reported here: https://stackoverflow.com/q/73327132/143475 for now, we'll use a try-catch

bug
fixed

When running UI tests that make use of the "ptrthomas/karate-chrome" docker image, the Karate report is generated as expected, with videos embedded. The Cucumber report, however, doesn't display them, as...

help wanted
hacktoberfest

Upgrading org.yaml:snakeyaml from 1.29 to 1.31 in karate-core fixes a Denial of Service (DoS) vulnerability caused by a missing nested depth limitation for collections. https://nvd.nist.gov/vuln/detail/CVE-2022-25857

fixed
codequality