We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9db60f commit e02498cCopy full SHA for e02498c
android_tests/lib/android/specs/install.rb
@@ -0,0 +1,10 @@
1
+describe 'install' do
2
+ # To Do: Blocked on https://github.com/appium/appium/issues/3030
3
+=begin
4
+ t 'install/uninstall/launch' do
5
+ remove 'io.appium.android.apis'
6
+ install caps[:app]
7
+ launch
8
+ end
9
+=end
10
+end
0 commit comments