thaliproject / postcardapp

A sample app to demonstrate how to build Thali applications
MIT License
22 stars 5 forks source link

Appium capabilities config #123

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

The Appium samples use hard coded values for CAPS (capabilities)... As people will change capabilities to match their setup we don't really want these changes to be passed back into github. Perhaps some of these could be made dynamic or added to a .gitignore config.json? We should think about what best to keep static as we probably want to test against an exact iOS or Android version.

deadlyfingers commented 8 years ago

Using 'minimist' to pass command line args with mocha test to specify device name (and udid for iOS device) as well as os version no.