Rafa Vázquez

Results 50 comments of Rafa Vázquez

Hi Ken! Thanks for the suggestion :) I remember discussing something like this some time ago. I thought there was an issue already but I can't find one. Yes, in...

Hi @sharath2106, I don't think anybody is currently working on this. Feel free! :)

Fiuf! I remember doing some hacks to accomplish this, and we finally decided to change it to check for a specific root view instead (each activity would have a defined...

Revisiting some code from [some library of mine](https://github.com/Sloy/android-screenshot-reporter) I just saw an apparently clean way to do this. I'm not sure where did I get the idea from, but it...

Hi @ericntd! Thanks for the report. Can you reproduce this bug in one of the current library test? That would help us a lot to understand the issue and fix...

_And why don't you just open a PR with it?_ Because I'm doing some other refactor on tests and don't want to mix the changes together. I'm opening the issue...

Yes, you're missing the actual code :joy: I see we're importing the fail method from the android sdk instead of the junit4 library. RuntimeException("Stub!") is the dummy code all methods...

This is part of https://github.com/SchibstedSpain/Barista/issues/239

I think that is more intuitive, yes. At the end, when writing an UI test you care about what is seen in the screen, and not about what is the...

Ouch. Reading the comment again, you're right. Yea, I guess warning about it in the error message would help without the risk of breaking anything. PR welcomed :P