Replies: 1 comment
-
|
I DONE IT) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Please tell me how can I write a test to validate the response according to the scheme. I need to check that the response returned an object that contains a key( for example "id" ) and "id" its data type "number"(not string, not boolean etc)
I couldn't figure out how to do it from the documentation.
Сould you send an example please.
For example, I would like to check the response:
{
"status": {
"statusCode": 0,
"errorMessage": "example"
}
}
Beta Was this translation helpful? Give feedback.
All reactions