Given Steps
Autokin Web Steps
Given that an application is hosted at {url}
{url}Scenario: Autokin Web
Given that an application is hosted at "https://www.autokinjs.com"Given that I reload the page
Scenario: Autokin Web
Given that an application is hosted at "https://www.autokinjs.com"
Given that I reload the pageGiven that I set the browser window size to {width} and {height}
{width} and {height}Scenario: Autokin Web
Given that an application is hosted at "https://www.autokinjs.com"
Given that I set the browser window size to "1200" and "800"
Scenario: Autokin Web
Given that an application is hosted at "https://www.autokinjs.com"
Given that I set the browser window size to 1200 and 800Given that I emulate as {device name} device
{device name} deviceGiven that I set mode to {mode} with {options}
{mode} with {options}Mobile Web Switch Mode
Desktop Switch Mode
Mocking or Intercepting API Calls
Given that I mock API with
Given that I mock URL with
Given that I mock API with {json file}
{json file}Last updated
Was this helpful?