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!
Asked
Active
Viewed 600 times
13
-
Did you find any solution? I couldn't find Facets in Project Structure in AS! – Dr.jacky Oct 10 '19 at 11:25
1 Answers
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.

Alex Fu
- 5,509
- 3
- 31
- 40
-
3Infinitest 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. – Konrad Morawski Dec 21 '18 at 12:05