Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
/ rubotium Public archive

A gem for running Robotium test suites

License

Notifications You must be signed in to change notification settings

rob-h-w/rubotium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubotium

This is an Android's Instrumentation test runner. It's in quite early phase but already solves couple of issues with instrumentation tests:

  • runs tests in parallel
  • retries failed tests
  • does execute all the package tests even if the app dies during the execution

Installation

gem install rubotium

Requirements:

Installed android SDK with aapt in your PATH Installed java with javap in your PATH

Usage

$ rubotium -t <path_to_tests.apk> -a <path_to_application.apk> -r <instrumentation_test_runner>
$ rubotium -h for help

Contributing

  1. Fork it ( http://github.com//rubotium/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

A gem for running Robotium test suites

Resources

License

Stars

Watchers

Forks

Packages

No packages published