Is it possible to set tests to continuously run on Android Studio?
Asked Answered
T

1

13

I'd like to know if it is possible to do continuous testing on Android Studio. I've found the Infinitest tool for Eclipse/IntelliJ but couldn't find any tools for Android Studio. Since Android Studio is based on IntelliJ I thought that there could be a way to do it on Android Studio too. Has anyone been able to do that? Thanks!

Teriteria answered 24/7, 2014 at 20:36 Comment(1)
Did you find any solution? I couldn't find Facets in Project Structure in AS!Mir
W
0

Seems like Infinitest has an IntelliJ plugin now. After a quick search, this came up.

Alternatively, you could use command line tools to accomplish this. Use something like Watchman to observe file changes and then have it execute your gradle test task.

Woken answered 22/1, 2018 at 13:16 Comment(1)
Infinitest doesn't work on Android Studio. It's only "compatible" with it in the sense that you can install the plugin - not actually use it for anything.Doralynn

© 2022 - 2024 — McMap. All rights reserved.