Files
appium/sample-code
Kazuaki Matsuo c503f08574 Add csharp sample (#11255)
* add git ignore

* add csharp sample tests

* update readme

* remove comments
2018-08-28 09:21:14 -04:00
..
2018-08-28 09:21:14 -04:00
2018-07-10 14:20:17 +01:00
2018-08-22 11:48:58 -07:00
2018-08-24 00:22:10 +09:00

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 directory
  • IOS_DEVICE_NAME: Sets the deviceName capability for iOS. Otherwise uses some default
  • IOS_PLATFORM_VERSION: Sets the platformVersion capability for iOS. Otherwise uses some default
  • ANDROID_DEVICE_NAME: Sets the deviceName capability for Android. Otherwise uses some default
  • ANDROID_PLATFORM_VERSION: Sets the platformVersion capability for Android. Otherwise uses some default
  • SAUCE_LABS: If set to true, runs tests on Sauce Labs. Requires being setup on SauceLabs to run these tests.