bitbar / robotium-extensions

Robotium ExtSolo Library - Extension library for Robotium Test Automation Framework

Home Page:http://bitbar.com/testing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Robotium ExtSolo Library - Extension library for Robotium Test Automation Framework

http://bitbar.com/testing/

License:Apache License 2.0


Languages

Language:Java 100.0%