Skip to content

electricmonk/appium-ios-python-e2e-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

appium-ios-python-e2e-tests

Prerequisites

  • Assuming a Mac OS X machine with Python 2.x and pip preinstalled
  • Setup xcode
  • Install sdks + simulators
  • Install Homebrew
  • Install Virtualenv

Building and running:

  1. setup the build directory to be relative to the workspace (under file/project settings, pick advanced and set relative to workspace)
  2. run xcodebuild -sdk iphonesimulator8.1

Edit the test file(s) to point to your app if you change its name. Currently this is set to: app = os.path.join(os.path.dirname(file), '../ios/under-test/Build/Release-iphonesimulator', 'under-test.app')

To run the e2e test, run e2e/run-e2e.sh


https://github.com/AndrewDryga/vagrant-box-osx-mavericks http://sauceio.com/index.php/2013/08/guest-post-automated-ios-acceptance-testing-with-appium-cucumber-jvm-jenkins-and-sauce-labs-part-3/ http://stackoverflow.com/questions/19280249/python-equivalent-of-a-ruby-gem-file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 66.2%
  • Shell 17.5%
  • Python 16.3%