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
- Host: GitHub
- URL: https://github.com/bitbar/robotium-extensions
- Owner: bitbar
- License: apache-2.0
- Archived: true
- Created: 2016-02-25T18:40:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T16:43:01.000Z (over 5 years ago)
- Last Synced: 2025-03-17T13:30:19.765Z (over 1 year ago)
- Language: Java
- Homepage: http://bitbar.com/testing/
- Size: 134 KB
- Stars: 15
- Watchers: 38
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.