mirror of
https://github.com/appium/appium.git
synced 2026-02-12 12:59:38 -06:00
Ruby examples:
mobile :pushFile, data: Base64.encode64('test ruby'), path: '/data/local/tmp/test.txt'
pull_result = mobile :pullFile, path: '/data/local/tmp/test.txt'
Base64.decode64 pull_result
Here's a list of things that aren't tested in this suite:
- real devices
- SafariLauncher
- --default-device vs not (depends on server args during test)
- unexpected instruments crash mid-test
- different locations of node on system (for appium-instruments)
- node install in appium.app (for appium-instruments)
- android with --udid (even if emulator)
- {launch: false} caps
- setting locale
- --avd / avdName