You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract from the repo's README: How to test the strange behavior?
Ensure to use Karate version 1.2.0 inside pom.xml, refresh maven dependencies en then execute the class src/test/java/features/SuiteTest.java (using IDEA for instance).
Normally, you will see the test using path parameter is failing.
Workaround 1: Inside file src/test/java/features/tests/test-feature-fail.feature, if you put the Given path .... after the call read, you will see the test passed. Normal? I do not know.
Workaround 2: Just rollback to Karate version 1.1.0 without any changes, all tests passed perfectly. Regression?
Regards,
The text was updated successfully, but these errors were encountered:
I also face similar issue after I update Karate version from 1.2.0.RC1 to 1.2.0. All my tests failed after the upgrade. The "path" variable in the scenario is passed to the called feature file which is being called in configure headers js function. This "path" value is being appended to the url in the called feature file.
If this issue cannot be solved, I have to re-write all my test scenarios using url without path variable.
Hello,
Related to the problem that i commented here (#2012), please found a repository to reprocude the problem locally.
Repo to reproduce the problem: https://github.com/kdefives/karate_path_issue
Java: 18
Maven: 3
Extract from the repo's README:
How to test the strange behavior?
Regards,
The text was updated successfully, but these errors were encountered: