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

Robotium ExtSolo Library - Extension library for Robotium Test Automation Framework

License

Notifications You must be signed in to change notification settings

bitbar/robotium-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages