YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Update arrow to support new Appium capabilities spec #274

Closed ivanalonzo closed 10 years ago

ivanalonzo commented 10 years ago

In Appium 1.2, they have updated the "device" property to "deviceName". Arrow should update that internally to the new property.

This is NOT a backwards compatible fix, so we should advice users about this in the new version. Explaining that they should be using Appium 1.2 or newer.

We should also consider updating the setting to: "iPhone Retina (4-inch)”.

ivanalonzo commented 10 years ago

I think we just need to update this: https://github.com/yahoo/arrow/blob/master/lib/util/capabilitymanager.js#L155 but I'm not 100% familiar with Arrow :)

pranavparikh commented 10 years ago

Fixed with v 0.6.8