-
```
What steps will reproduce the problem?
1. Set up an activity that contains a RecyclerView exactly as shown in the
official examples.
2. Run the app and see that it works.
3. Write a test that sta…
-
Hello,
I've stumbled upon an issue after updating gradle plugin to 3.1.1.
I've tried to replicate on BasicSample (https://github.com/googlesamples/android-testing/tree/master/ui/espresso/BasicSa…
-
Android Studio: 3.0
Gradle plugin: 3.0.0
Mockito: 2.11.0
I encounter the following issue when trying to use Mockito in instrumented unit tests (`connectedAndroidTest`):
> Error:Execution faile…
-
When I am trying to add the configuration on on build.gradle module the following error appeared
```
apply plugin: 'com.android.application'
android {
compileSdkVersion 27
defaultConf…
-
Hi there, I need to start my Android app with `"appium:automationName": "Espresso"` driver for interacting with compose elements.
If I start app with `"appium:automationName": "UiAutomator2"` it wo…
-
```
What steps will reproduce the problem?
1. Set up an activity that contains a RecyclerView exactly as shown in the
official examples.
2. Run the app and see that it works.
3. Write a test that sta…
-
```
What steps will reproduce the problem?
1. Set up an activity that contains a RecyclerView exactly as shown in the
official examples.
2. Run the app and see that it works.
3. Write a test that sta…
-
```
What steps will reproduce the problem?
1. Set up an activity that contains a RecyclerView exactly as shown in the
official examples.
2. Run the app and see that it works.
3. Write a test that sta…
-
I have tests written using espresso which running on BrowserStack using this plugin and working great.
Now I am trying to show result inside Jenkins from BrowserStack but not able to fetch it. I am…
-
Hi, guys currently I'm facing some problem on the Firebase was not able to detect the faces.
By using the original project here I able to trigger face detection with the live camera.
But I tried to…