Skip to content

Expected

gorskip edited this page Jun 25, 2018 · 7 revisions

It's a part of Rest configuration

Verification of respone can be parametrized by: Type

Example:

"expected": {
  "status": 200,
  "body": {
    "author": "gorskip",
    "message": "Task",
    "tags": [
      {
        "name": "development"
      }
    ]
  },
  "headers": {
    "Content-Type": "application/json;charset=UTF-8"
  },
  "type": {}
}
Clone this wiki locally