Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[infinitest-intellij] Android Studio 3.0.1 Support #238

Open
Robs79 opened this issue Nov 22, 2017 · 6 comments
Open

[infinitest-intellij] Android Studio 3.0.1 Support #238

Robs79 opened this issue Nov 22, 2017 · 6 comments
Labels
comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs) type: feature

Comments

@Robs79
Copy link

Robs79 commented Nov 22, 2017

Please, could you support Android Studio?

It is based on the IntelliJ code base.

@sarod
Copy link
Member

sarod commented May 9, 2018

@Robs79 could you please indicate what doesn't work in Android Studio?
Aren't you able to install the plugin?

@sarod sarod added comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs) type: feature labels May 9, 2018
@sarod sarod changed the title Android Studio 3.0.1 Support [infinitest-intellij] Android Studio 3.0.1 Support May 15, 2018
@Konrad-Morawski
Copy link

Installing the plugin (and restarting the IDE) does absolutely nothing on Android Studio 3.2.1.

Following the instructions on http://infinitest.github.io/doc/intellij is of no help. I haven't used IntelliJ Idea, but on Android Studio the Project Structure simply lists the existing (production) modules, and clicking the green "+" button only opens a possibility of adding another module; certainly not an Infinitest Facet.

Tests are visible under Run/Debug Configurations, but no notion of any "Infinitest Facet".

I, too, have no idea how to use the thing on Android Studio.

@Drjacky
Copy link

Drjacky commented Oct 10, 2019

Same as @Konrad-Morawski here 😕

@nassimerrahoui
Copy link

Same here :/

@gtoison
Copy link
Contributor

gtoison commented Aug 29, 2022

Hello,
I'm trying to revive the Infinitest plugin but it might take some time.
Currently it is implemented as a facet which seems to be causing some problems as noted in a few other issues. This probably also explains why it's not showing up in Android Studio
I'll try looking into how this could be done

@gtoison
Copy link
Contributor

gtoison commented Sep 4, 2022

We need to listen to the Gradle build events specific to Android Studio: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003580980-Listen-for-Compilation-event-in-Android-Studio
Currently the plugin does not receive events when the compilation completes, so it does not run the tests

There's also com.android.tools.idea.project.DefaultBuildManager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs) type: feature
Projects
None yet
Development

No branches or pull requests

6 participants