Sha256: e6ad27bad8a1fd57c6119a6cba23a41c6e8e80de2f1f8f4c047a02771d407464
Contents?: true
Size: 548 Bytes
Versions: 3
Compression:
Stored size: 548 Bytes
Contents
describe 'install' do # To Do: Blocked on https://github.com/appium/appium/issues/3032 def pkg 'io.appium.android.apis' end def installed is_installed?(pkg).must_equal true end def not_installed is_installed?(pkg).must_equal false end t 'install/uninstall' do installed remove_app 'io.appium.android.apis' not_installed install_app caps[:app] installed end # no way to launch apk after it's uninstalled/installed # blocked on: https://github.com/appium/appium/issues/2969 # launch_app end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
appium_lib-6.0.0 | android_tests/lib/android/specs/install.rb |
appium_lib-5.0.1 | android_tests/lib/android/specs/install.rb |
appium_lib-5.0.0 | android_tests/lib/android/specs/install.rb |