aboutsummaryrefslogtreecommitdiff
path: root/manualtest
AgeCommit message (Collapse)Author
2017-02-17Deprecate custom io.appium.droiddriver.runner.TestRunnerkjin
Use standard android.support.test.runner.AndroidJUnitRunner ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=144844143
2016-03-15Fix AS Inspection warningsKevin Jin
Organize imports Change-Id: I59e545c0020a3d488917c54107e114604a749699
2016-03-14Remove Android.mk filesKevin Jin
Update manualtest/build.gradle for new Gradle plugin Change-Id: I447802519ce738fb2c5063b9a68ad871106e40b1
2015-03-05Add InstrumentationUtilsKevin Jin
Move runOnMainSyncWithTimeout to InstrumentationUtils Add By.resourceId(int) since InstrumentationUtils should always be available Change-Id: I8e4683030583b88c3e2b777d0b80b5a2f310e279
2015-03-04Add droiddriver-android_support_testKevin Jin
This otional library integrates droiddriver with android_support_test Change-Id: Ic30f32b2aa1b80bf08438d0fa5f5ecccab326cad
2015-02-20rename package 'com.google.android' to 'io.appium'Kevin Jin
Change-Id: I2c7c96cd6a6971806e2ea7b06cd6c2c6666e4340
2015-02-18Update comments for using DD from jcenterKevin Jin
Change-Id: I10a5e200bc1d9a518e7738288d3bf2deec721563
2015-02-17Add SingleRun, a safer mechanism than classSetUpKevin Jin
Change-Id: If7c8f42d9fbbfb012783d12587fbbfc8d0b01729
2015-02-13Better message for ActivityUtils.setRunningActivitySupplierKevin Jin
Allow running activity to be null when AUT is not on top. Change version to 0.9.1. Change-Id: I1573ca75611520607ea9f513f952db8dfe0d8da8
2015-02-12Add Gradle files for ManualDDKevin Jin
Change-Id: Ic96d6d0f9d2127aabb1ca3222eea03cd17e75e27
2014-10-31Revert "Revert "add manualtest for DroidDriver""Kevin Jin
Fix the original broken commit: 1) The failure can be reproduced with "m tests" ("m" only passes). 2) It is fixed by remove the LOCAL_INSTRUMENTATION_FOR var. 3) Since the "tests" tag has this side-effect, I replaced it with "optional" in LOCAL_MODULE_TAGS, such that it won't be an implicit target. 4) Disables proguard because it does not have "tests" tag now. This reverts commit fd84db8f7411744696b439dfebabb4e3498b6dee. Change-Id: I74c6e4e85f8d50e771d2875adaf3a6db7d80dae8
2014-10-31Revert "add manualtest for DroidDriver"Nick Kralevich
Broken build This reverts commit 7eaedea1d7ac9a4103c616a85351599a290df37f. Change-Id: I24e8e9423f5975cdbafa7e5244129f6236040163
2014-10-30add manualtest for DroidDriverKevin Jin
It's a convenient way to reproduce and debug failures without the dependency on real apps. Change-Id: Ib8d84b5f2c501e04cf95205c3943d0baf56346ef