зеркало из https://github.com/xamarin/appium.old.git
e0c4106d22
* Lint and update JS wd sample code * Lint and update JS webdriverio sample code * Add JS sample code to greenkeeper |
||
---|---|---|
.. | ||
apps | ||
csharp | ||
java | ||
javascript-wd | ||
javascript-webdriverio | ||
php | ||
python | ||
ruby | ||
README.md |
README.md
Sample Code
Sample Appium code written in multiple client languages
Running sample code
- Follow the Appium setup guide to install Appium locally.
- Choose the client library that you wish to run and then follow the guide in
sample-code/<client-language>/README.md
(e.g.:sample-code/java/README.md
)
Environment variables
DEV
: If set to true, runs apps that are downloaded from GitHub, otherwise runs apps that are in local directoryIOS_DEVICE_NAME
: Sets thedeviceName
capability for iOS. Otherwise uses some defaultIOS_PLATFORM_VERSION
: Sets theplatformVersion
capability for iOS. Otherwise uses some defaultANDROID_DEVICE_NAME
: Sets thedeviceName
capability for Android. Otherwise uses some defaultANDROID_PLATFORM_VERSION
: Sets theplatformVersion
capability for Android. Otherwise uses some defaultSAUCE_LABS
: If set to true, runs tests on Sauce Labs. Requires being setup on SauceLabs to run these tests.