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

We are using karate.abort() extensively in our project to control the execution of scenarios depending upon the test data pre-requirement, environment limitations etc. Along with this,our runner executes multiple feature...

enhancement

Attached is the repo to reproduce the issue. **Details:-** 1. dynamic properties karate.username and karate.password are defined in the config with default value. 2. Have dummy values setup in the...

bug

The following scenario fails because the leading and trailing whitespace is being trimmed: ``` Scenario: * def xml = """ myValue """ * match karate.xmlPath(xml, '/myRoot/myNode') == ' myValue '...

bug
fixed

as reported here: https://stackoverflow.com/q/76965130/143475

bug
fixed

The issue is related to https://github.com/karatelabs/karate/pull/1782/files#diff-dba062e24f62861c07c4ecb3e71913f704b8a7cf4fb99f3b484a8f1864c42e9e An earlier fix related to cookie error "io.netty.handler.codec.http.cookie.Cookie.name()" because "c" is null The error is again shown in Karate version 1.4.1. I am using...

help wanted

when line 13 failed the screenshot is attached to the next line (16) even if it was not run which is confusing sample test to replicate: ```cucumber Feature: browser automation...

enhancement
fixed

Description: When using a flag in the command line to run tests with a -Dkarate.options, it disables the parallel execution of the tests. Project to reproduce: https://github.com/bondar-artem/karate-parallel-issue Steps: 1. Open...

bug
fixed

refer: https://gatling.io/docs/gatling/reference/current/whats_new/3.7/ avoiding the need for Scala would be a great improvement

enhancement
fixed

while trying to upgrade ~~thymeleaf~~ graal and logback - it looks like Java 17 is a must to address all the new CVEs cc @fabio-andre-rodrigues refer discussion in https://github.com/karatelabs/karate/pull/2399 and...

fixed
codequality

## Summary Two issues have been observed after retrying failed scenarios in a test suite with a Scenario Outline that includes multiple Examples tables: 1. The tags from the Examples...

help wanted