This is a collection of scripts to automate testing process with appium. It includes scripts to build app, mock api server and run alltogether
replace PATH_TO_PROJECT with path to you project
ex: /Users/mishyn/workspace/rw/project-ios/Project.xcworkspace
and PROJECT_SCHEME with scheme
ex: Project
PROJECT in absolute_app_path
api_server.rb
be foreman start #= runs appium and api_mock ./build be rspec recommended_spec.rb
TODO:
create bootstrap script to generate this structure