An open API service indexing awesome lists of open source software.

https://github.com/bitbar/robotium-extensions

Robotium ExtSolo Library - Extension library for Robotium Test Automation Framework
https://github.com/bitbar/robotium-extensions

Last synced: about 1 year ago
JSON representation

Robotium ExtSolo Library - Extension library for Robotium Test Automation Framework

Awesome Lists containing this project

README

          

# 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](LICENSE) file.