Skip to content

Comparing Responses

status_v2.jkt
name: Compare StatusV2 and StatusV1
tags: regression
requires: auth
request:
url: https://api.jikken.io/api/v2/examples/status
headers:
- header: Authorization
value: ${token}
compare:
url: https://api.jikken.io/api/v1/examples/status
response:
status: 200
ignore:
- user.lastActivity

See the detailed explanation for this test in the Tutorial section.