Hello sir, I wanted to print the response body from the GET call to check the content. I have used cy.log() but I am unable to fetch the content on the console. Could you please help me with this?
Let's say if you have an attribute like this in your response ""CPU model": "Intel Core i9", how can you assert because when you cant write response.body.CPU model, because there is a space in between words in the attribute of the response. How can you tackle this type of a scenario
Thank you, Useful content.
Glad it was helpful!
Very good!Thank you
Welcome
Sir can you please create a video on how to automate canvas graphs using Robot framework?
Hello sir, I wanted to print the response body from the GET call to check the content. I have used cy.log() but I am unable to fetch the content on the console. Could you please help me with this?
Let's say if you have an attribute like this in your response ""CPU model": "Intel Core i9", how can you assert because when you cant write response.body.CPU model, because there is a space in between words in the attribute of the response.
How can you tackle this type of a scenario
sir, i was not able to validate http_response_code in cypress. Can u help me out?