This folder contains a sample Appium server side test case for Android
and iOS environments. To read more about server and client Appium runs
in Bitbar Cloud, check our online documentation from http://docs.bitbar.com/testing/appium/index.html.
This folder contains the following files:
-
TestdroidAppiumTest.pyandBitbarSampleAppTest.pyare the actual test files written in Python. The test execution uses Python's unittest framework for test execution. -
requirements.txtlists the required Python packagesthat need to be installed for the test to be executable, eg. AppiumPythonClient. -
run-tests_ios.shandrun-tests_android.share environment specific Bash shell scripts that need to be renamed torun-tests.shso it will be executed by Bitbar Cloud when the test is started on some device. Depending on environment you are testing, you'll need to use the iOS or Android version of this script. -
create-zip.shis a script that packages the test files into a zip file. The output of this file needs to be uploaded to your server side test run. You need to provide parameteriosorandroiddepending which environment you want to use.