Skip to content

imurchie/uitest_apk

Repository files navigation

UITest

A very small Android app into which I can insert elements in order to test their automatability.

Requirements

Building

$ cd into/this/repo
$ ant debug

You can also run ant debug install to build and immediately deploy the app to a connected Android device or emulator.

Installing

You can install the apk through the Android Debug Bridge.

To install:

$ cd into/this/repo
$ adb install bin/settings_apk-debug.apk

To uninstall:

$ adb uninstall io.appium.settings

License

Apache License 2.0

About

Simple app in which to throw UI stuff for random testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published