• Stars
    star
    184
  • Rank 209,187 (Top 5 %)
  • Language
    Java
  • License
    MIT License
  • Created over 11 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android application using TDD Tools and Continuous Integration

android-tdd-playground

Build Status

Android application using TDD Tools and Continuous Integration

This is a sample repository to demonstrate the integration of the following tools:

  • Automation: Gradle
  • Testing: Android Testing Framework (JUnit, Instrumentation)
  • Continuous Integration: TravisCI

The tests run on TravisCI.

You can inspect the '.travis.yml' script to see how this works.

To run the tests locally on your machine, you have to use Gradle.