To run the example project, clone the repo, and run bundle exec pod install
from the Example directory first.
app-ios-w6-code-patroll is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "app-ios-w6-code-patroll"
For UI Tests we are using Appium and Nativefat Library. To download Nativefat you have to clone the repository: https://github.com/mercadolibre/fury_nativefat-cli
Once cloned, check necessary dependencies in Readme file and execute the script in the root folder of Nativefat.
bash install.sh
To create the test scaffolding, you need to execute the script below in the root folder of the mobile library:
nativefat init -e appium You can add the plataform with the parameters: -p ios / -p android / -p mobile (For both).
For more infos about how to install Nativefat, check the Readme file below: https://github.com/mercadolibre/fury_nativefat-cli/blob/master/README.md
ext_feteruel, ext_feteruel@mercadolibre.com
app-ios-w6-code-patroll is available under the MIT license. See the LICENSE file for more info.