ruby_lib's iOS tests. Requires Ruby 2.2+ or better.
rake installInstall gems required to run the tests.rake iosRun all tests.rakeRun all the test. Same asrake iosrake ios['ios/element/generic']Run a single test.rake run_parallel_tRun a test in parallel with thread model.rake run_parallel_pRun a test in parallel with process model.arcOpens the Appium Ruby Console (arc). Enables interactive testing.gem install appium_consoleif it's not installed already.
UICatalog6.1 is from appium/appium
There are two backend drivers available for iOS (automationName). UIAutomation which is supported up-to iOS 9.3 and XCUITest which is supported from 10.0 on. UIAutomation is deprecated but will continue to be supported for the time being.
By default, the tests are now run against iPhone 6 Simulator 10.1 (14A345)
--
Finished in 1 min 57 secs
123 runs, 164 assertions, 0 failures, 0 errors, 0 skips