LogoLogo
  • Hello Autokin
  • Get started
  • Your First Autokin Test
  • Features
    • Tags
    • Chaining
    • JSON Schema Comparison
    • Variables
    • Autokin Generators
  • Autokin REST
    • Given Steps
    • When Steps
    • Then Steps
  • Autokin Web
    • Given Steps
    • When Steps
    • Then Steps
    • Supported Emulated Devices
  • Autokin Mobile
    • Give Steps
    • When Steps
    • Then Steps
  • Development Tools
    • VS Code Extension
  • Resources
    • Autokin Github
    • Contributors
    • Frequently Asked Questions
Powered by GitBook
On this page
  • Given that I set {platform} as platform with version of {platform version}
  • Given that I set {device name} as device
  • Given that app is located at {path or URL}

Was this helpful?

  1. Autokin Mobile

Give Steps

Autokin Mobile Steps

Given that I set {platform} as platform with version of {platform version}

Scenario: Autokin Mobile
    Given that I set "iOS" as platform with version of "13.0"

Given that I set {device name} as device

Scenario: Autokin Mobile
    Given that I set "iOS" as platform with version of "13.0"
    Given that I set "iPhone 11 Pro" as device

Given that app is located at {path or URL}

Scenario: Autokin Mobile
    Given that I set "iOS" as platform with version of "13.0"
    Given that I set "iPhone 11 Pro" as device
    Given that app is located at "http://www.autokinjs.com/myapps/myios_sample_app.zip"
PreviousSupported Emulated DevicesNextWhen Steps

Last updated 4 years ago

Was this helpful?