Alex Savill

Results 9 comments of Alex Savill

@brettchabot Of course. Provided here https://github.com/asavill/test-orchestrator-in-test-only-module-issue It's the same test class in both the app module and the test-only module. If you run them and compare you will see the...

@bilgehankalkan I did not, unfortunately. I retry it every time we update the android gradle plugin but it's still not supported. @brettchabot Do you have any idea if this is...

We are seeing this as well. The first click on the dialog just doesn't seem to register. If you put a Thread.Sleep() (hack) just after the dialog is displayed (right...

> Can you reproduce the issue with animations disabled? Its strongly recommended to disable animations when using espresso. > https://developer.android.com/training/testing/espresso/setup Hello, yes animations on or off does not make a...

Yes I can confirm I have the same issue on 1.4.0.8. It was working fine up until about 2 days ago. As others have mentioned it's a huge feature to...

@runningcode FWIW, fladle isn't configuration cache compatible, even without project isolation because it uses `project` directly in it's tasks. Not sure if it would be possible to change this but...

> Yeah when I inspected the binary using `otool -l /path/to/binary | grep REEXPORT`, it does show `cmd LC_REEXPORT_DYLIB` this means its loading the reexported binary. so this part is...