Radha

Results 5 comments of Radha

Hi Please find the sample code HTTParty.get(uri, :headers => { "Content-Type"=>"application/json", "Accept"=>"application/json", "sso_token" => "xxxxxxxxxxx" } end When I tried the same request with curl or swagger its working, but...

I am trying to migrate cypress to 10+, but I am getting an error while creating the cucumber report as below on M1 mac, could anyone please help me with...

@badeball Thanks for the update, `cucumber-json-formatter` is in path of cypress project and have the below config ``` { "json": { "enabled": true, "output": "jsonlogs/log.json", "formater": "cucumber-json-formatter" }, "messages": {...

> @badeball Thanks for the update, `cucumber-json-formatter` is in path of cypress project and have the below config > > ``` > { > "json": { > "enabled": true, >...