Brian Stokes
Results
1
issues of
Brian Stokes
I tried to add an Espresso test to `module-flavor1-androidTest-only`, but I haven't gotten very far. I copied [`EspressoTest`](https://github.com/googlesamples/android-testing-templates/blob/master/AndroidTestingBlueprint-kotlinApp/app/src/androidTest/java/com/example/android/testing/blueprint/ui/espresso/EspressoTest.kt) into `module-flavor1-androidTest-only` and added the dependencies that it seemed to need. My...