csv to json integer parse error using placeholders
so i have one csv file from there i'm parsing data in json, but there is integer conversion issue. def foo = '10' string json = { bar: '#(1 * foo)' } match json == '{"bar":10.0}' string json = {…
so i have one csv file from there i'm parsing data in json, but there is integer conversion issue. def foo = '10' string json = { bar: '#(1 * foo)' } match json == '{"bar":10.0}' string json = {…
Postman headers I'm using secret keys to generate an access token that I will use to authenticate for an API that I call. The issue is that I'm getting the error: status code was: 401, expected: 200 WWW-Authenticate: Bearer error="invalid_token",…
I want to retrieve an arraylist with all the ids of the users that have a specific email domain (exe: @generatedEmail.com) This is an example of how the json would look like; basically a Json Array with Json objects.I need…
After upgrading Karate from 1.1.0 to 1.2.0 I have a error: 'io.netty.handler.codec.http.cookie.CookieHeaderNames$SameSite io.netty.handler.codec.http.cookie.DefaultCookie.sameSite() Feature: Get Bearer Token from Okta Scenario: Get access token for OAuth2 client credentials Given url karate.properties['okta.server.url'] * form field grant_type = 'client_credentials' * form field scope…
I'm attempting to build a series of gatling tests triggering karate scenarios. Changes I'm making to the feature file are only occasionally picked up by Gatling. For example, in the feature file code below, the first four items are run…