gradle-firebase-test-lab-plugin icon indicating copy to clipboard operation
gradle-firebase-test-lab-plugin copied to clipboard

Gradle plugin for Firebase Test Lab

Results 7 gradle-firebase-test-lab-plugin issues
Sort by recently updated
recently updated
newest added

Hey, it is a nice start! Are you going to continue?

…so it can be used for the new watch releases feature in GitHub.

Hi I try o run a firebase test. I add in my build.gradle file repositories { jcenter() google() maven { url 'https://maven.fabric.io/public' } maven { url "https://plugins.gradle.org/m2/" } } and...

In order to generate coverage of e.g. Espresso tests, it's necessary to make the following adjustments: * set `testCoverageEnabled true` in `build.gradle > android > buildTypes > [buildType]` block (`minifyEnabled`...

The android gradle plugin 3.0.0 [broke the variant output api](https://developer.android.com/studio/preview/features/new-android-plugin-migration.html#variant_api), thus the plugin does not work with the following error: ``` Unable to find method 'com.android.build.gradle.api.BaseVariant.getOutputs()Ljava/util/List;'. Possible causes for this...

Now user must specify path to bin dir of google-cloud-sdk, we must use google-cloud-sdk home dir (parent of bin dir, root of sdk)