WIP: FakeTestData proof-of-concept

This commit is contained in:
Torsten Grote
2018-09-18 20:21:57 -03:00
parent 8393513871
commit 2d5f5d4419
12 changed files with 619 additions and 78 deletions

View File

@@ -140,6 +140,9 @@ dependencies {
androidTestAnnotationProcessor "com.google.dagger:dagger-compiler:2.0.2"
androidTestCompileOnly 'javax.annotation:jsr250-api:1.0'
androidTestImplementation 'junit:junit:4.12'
androidTestScreenshotImplementation project(path: ':bramble-api', configuration: 'testOutput')
androidTestScreenshotImplementation project(path: ':bramble-core', configuration: 'testOutput')
androidTestScreenshotImplementation "tools.fastlane:screengrab:1.2.0"
androidTestScreenshotImplementation "com.android.support.test.uiautomator:uiautomator-v18:2.1.3"
}