Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.33 KB | None | 0 0
  1.         val appiumSettings = AppiumSettings().apply {
  2.             headless = properties.headless
  3.             orientation = properties.orientation
  4.             this.platform = platform
  5.             platformVersion = determinePlatformVersion(platform).toString()
  6.             testName = buildTestName(scenarioName, platform)
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement