Skip to content

1.6.0

Compare
Choose a tag to compare
@ctrevarthen ctrevarthen released this 05 Sep 21:04
  • Allow clearing of app data before or after the tests run with:
    • Device.startApp()
    • Device.stopApp()
  • Allow printing of the entire XML structure of the screen with Logger.printScreenContents()
  • FIX: Multiple side-by-side pickers in iOS are now supported with TextField.selectOption()
  • Breaking changes:
    • Device.startApp() now requires a parameter removeAppBefore to indicate if it will be uninstalled/cleared before the test starts
    • Device.startApp() takes a list of App types for each of the app/platforms being tested