-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed test does not store output - or wrong error message #12
Comments
It looks like that's still trying to compare. The flag to records recently changed from |
It happens when executing |
Ahh, I see what's happening, @sergio-sastre. The Dropshots runtime library in this project doesn't use the dropshots gradle plugin since the plugin adds the dependency, and that would end up running in circles. I'm in the process of getting better documentation about how to update things for that project in #18. |
@JoseAlcerreca for the original issue, are you saying that the |
actual issue, screenshots folder still empty |
I noticed this too. After running a failing test, the output / diff images are:
Step 2 is what makes the error message confusing, because if you go to look in that folder it's empty. So either the error message is incorrect or the fact that Workaround ./gradlew :<module_name>:connectedDebugAndroidTest --exclude-task :<module_name>:clearDebugAndroidTestScreenshots (or equivalent for your build variant.) |
In my case I had to run: find name of task: and run it like this: Its definitelly a bug. |
However the
screenshots
directory is empty, This might be a feature and the only bug is in the error message.Using emulator API 30 and 28.
The text was updated successfully, but these errors were encountered: