Cristian Garcia

Results 27 comments of Cristian Garcia

:+1: And it will provide an example for the users of the library on how to use it for their Travis builds.

Maybe using `repeatedlyUntil` to repeat the scrollTo until the view is visible. Docs: [repeatedlyUntil(ViewAction action, Matcher desiredStateMatcher, int maxAttempts)](https://developer.android.com/reference/android/support/test/espresso/action/ViewActions.html#repeatedlyUntil(android.support.test.espresso.ViewAction,%20org.hamcrest.Matcher,%20int))

Just to clarify: At Ephemeral CI the configuration-cache can be used, is just caching a folder, it doesn't need to be relocatable because the path is always the same. I...

I never used fulladle. I just said CC works at CI because in a previous comment you assumed the opposite: > I imagine that most use cases of configureFulladle are...

~I can fix it quite easily but it implies requiring Gradle 6.8.3+~ ~making it compatible, if possible, would require a lot of work, and 6.8.3 is from Feb 2021, not...

I jumped to the pool but it didn't have water... Moving the project to Gradle 7.5 and fixing a ton of things is not enough. Making the tests to use...

Aren't Instant Apps deprecated? ( They have been replaced by dynamic features )

This rule is forcing me to stop using ErrorProne ruleset on all the company projects. Every single warning I have it's a false positive, and I have hundreds, I would...

I know how to use a custom ruleset but, don't you think that having a rule in the default ruleset that is known to give false positives is not the...

@jsotuyod true, Gradle defaults to ErrorProne and this rule is definitely ErrorProne, but the rule itself, not just what it checks for.