groupon / robo-remote

RoboRemote is a remote control framework for Robotium. The goal of RoboRemote is to allow for more complex test scenarios by letting the automator write their tests using standard desktop Java/JUnit. All of the Robotium Solo commands are available. RoboRemote also provides some convencience classes to assist in common tasks such as interacting with list views.
BSD 3-Clause "New" or "Revised" License
40 stars 29 forks source link

Update Test Runner and Robotium version #27

Closed dqhu closed 9 years ago

dqhu commented 9 years ago

-updated RemoteTestRunner to use AndroidJUnitRunner instead of InstrumentationTestRunner -updated Robotium to 5.4.1 which apparently has fixed some activity related instabilities. -updated RemoteTest to junit4 style test -updated version to 0.6.1-b1

dvanderb commented 9 years ago

Merging