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.
It's as simply as replacing Solo with ExtSolo and changing initialization:
ExtSolo solo = new ExtSolo(getInstrumentation(), getActivity(), this.getClass().getCanonicalName(), getName());
mvn clean install -Dandroid.sdk.path=path_to_sdk
See the LICENSE file.