Given Steps
Autokin REST Steps
Given that a secure endpoint is up at {domain}
{domain}Scenario: Getting user information
Given that a secure endpoint is up at mysecureddomain.comGiven that a endpoint is up at {domain}
{domain}Scenario: Getting user information
Given that a endpoint is up at mydomain.comGiven I set {name} header to {value}
{name} header to {value}Scenario: Getting user information
Given that a endpoint is up at mydomain.com
Given I set Content-Type header to application/json
Given I set DocId header to 3001Given I set headers to
Given I set query parameter {name} to {value}
{name} to {value}Given I set query parameters to
Given I set the JSON body to
Given I set follow redirection to "true/false"
Given I set form data to
Given I set encoded form data to
Given I set the cookie to {cookie value pair}
{cookie value pair}Given I set cookie {name} to {value}
{name} to {value}Given I have basic authentication credentials {username} and {password}
{username} and {password}Given I set the bearer token to {token}
{token}Given I set the bearer token with {stored value name}
{stored value name}Given I set the request timeout to {timeout} seconds
{timeout} secondsLast updated
Was this helpful?