Feature: My Chaining Feature
I want to verify that all API are working as they should
Scenario: Login to the system
Given that a secure endpoint is up at www.autokinjs.com
Given I set Content-Type header to application/json
Given I set the JSON body to
Then response status code should be 200
Then I keep the value of body path "$.sessionId" as "userSessionToken"
Scenario: Get user information
Given that a secure endpoint is up at www.autokinjs.com
Given I set Content-Type header to application/json
Given I set SessionId header from "userSessionToken"
Then response status code should be 200