Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Running Tests

Subhas Dandapani edited this page Jun 19, 2014 · 5 revisions

Test Organization

  • RapidFTR-Android maven project have the source code along with the the unit test code. Unit tests are written with the help of Robolectric, Mockito and PowerMock.
  • The RapidFTR-Android contains a folder called features which is the home of the android integration tests run with calabash

Running Tests

  • Unit Tests:

      mvn clean test
    
  • Integration Tests (make sure the emulator is running as per the Project Setup):

      bundle install
      mvn clean package
      calabash-android run target/android-*.apk
    
Clone this wiki locally