Skip to content

aschulhofer/lighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Lighter

Android Test-Setup Project

Build Status

Maven:

Profile - 'unit-tests' (default)

  • Run unit-tests:

    mvn [clean] test

  • Run unit tests and run app:

    mvn [clean] install anroid:run

Profile - 'integration-tests'

  • Run unit and integration-tests:

    mvn [clean] install -Pintegration-tests

  • Run unit and integration-tests and run app:

    mvn [clean] install android:run -Pintegration-tests

Gradle:

  • still in work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published