Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 709 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 709 Bytes

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.