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

Running Tests

Tom Clement Oketch edited this page Jul 29, 2014 · 5 revisions

Test Organization

  • RapidFTR-Android maven project has 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 project contains a folder called features which is the home of the android integration tests that are run with calabash.

Running Tests

  • Unit Tests:

      mvn clean test
    
  • Integration Tests:

    bundle install
    mvn clean package -DskipTests -P calabash
    calabash-android run target/rapidftr-*.apk