All Projects → bitbar → robotium-extensions

bitbar / robotium-extensions

Licence: Apache-2.0 License
Robotium ExtSolo Library - Extension library for Robotium Test Automation Framework

Programming Languages

java
68154 projects - #9 most used programming language

Robotium Extensions

Extension of robotium-solo library. Robotium ExtSolo extends Solo class and makes testing easier. ExtSolo is reporting executed steps to file metadata.json under /sdcard/test-screenshots when test is executed in Testdroid Cloud

It requires robotium-solo included in the project.

Usage

It's as simply as replacing Solo with ExtSolo and changing initialization:

ExtSolo solo = new ExtSolo(getInstrumentation(), getActivity(), this.getClass().getCanonicalName(), getName());

Build with maven:

mvn clean install -Dandroid.sdk.path=path_to_sdk

License

See the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].