Questions tagged [karate]

Questions about Karate are welcome here! Karate is a versatile open-source tool that brings together API test automation, mock services, performance testing, and UI automation within one cohesive framework.

Link Karate to Selenium

Is it possible to integrate karate and selenium for my testing needs? I have followed instructions on how to call the "JavaApiTest class" and added the necessary karate-core dependency. However, when I attempt to run my tests using the cucumber runner, I e ...

Utilize dynamically generated Java Strings to assign JSON values for effective Karate integration testing in a dynamic manner

For my Karate Integration testing, I am looking to set randomString/randomNumber as Json values instead of hardcoded ones for the payload using the PUT HTTP verb. Additionally, I would like to store these JSON values in a database. ...

Tips on transferring two JSON lists from one response to another feature file

I'm having trouble passing 2 lists to a read function. I've tried several approaches but haven't been able to find the solution. Here's what I've attempted: #step 1 * url callPathProvider = anything Given url callPath When method get Then ...