How does one enable Infinitest on a gradle project in IntelliJ IDEA 15?

voxoid

According to the Infinitest User Guide, after installing the Infinitest plugin in IntelliJ IDEA, you're supposed to be able to right click your project and "choose facet, add Infinitest". However, there is no "facet" option in my project's context menu; I presume it may have to do with the fact that my project is a gradle project, though it does have the .idea project folder as well.

Other specifics about my project (that I don't think are related but could be possibly):

  • it is a multi-module gradle project, with one root project and 4 modules
  • it also has the Scala nature and scala gradle plugin.
  • It has both Junit4 and ScalaTest tests.
  • I'm using Intellij IDEA version 15
Xavier

To add a facet, you have to go in the module settings (⌘ ↓ on OSX, or "Open Module Settings" in the contextual menu).

In there, under project settings there is a "Facet" entry, in which you can add an Infinitest facet.

After that it will appear as a tab at the bottom of the UI.

cf. the IntelliJ documentation.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to enable gradle in an IntelliJ-plugin project

From Dev

How to debug specific build variant of Android Gradle project in IntelliJ IDEA?

From Dev

How to use an existing Gradle project in IntelliJ IDEA 13/14

From Dev

How to add external module to a gradle project in Intellij IDEA 14?

From Dev

How to force Intellij IDEA to use only one gradle daemon?

From Dev

In IntelliJ Idea 15 how do you enable live previews when using Find in Path?

From Dev

In IntelliJ Idea 15 how do you enable live previews when using Find in Path?

From Dev

how to import IntelliJ Idea Android Project To codename one

From Dev

Exclude folders from Gradle project in IntelliJ IDEA

From Dev

Open Gradle project in IntelliJ IDEA, set encoding

From Dev

Gradle Java debugging project in IntelliJ IDEA

From Dev

Open Gradle project in IntelliJ IDEA, set encoding

From Dev

IntelliJ IDEA - How to enable code completion / debugging for Java files in non-java project

From Dev

How to install Intellij IDEA 15 on Ubuntu 15.10

From Dev

How to enable editing of HTML files in IntelliJ Idea

From Dev

How to enable editing of HTML files in IntelliJ Idea

From Java

How to create a gradle-based Java Project in Intellij IDEA 13.0.1 Community

From Dev

how to set spring.config.location for a gradle spring boot project in Intellij IDEA community version?

From Dev

How to pass arguments to Gradle from IntelliJ IDEA

From Dev

How to disable Gradle daemon in IntelliJ Idea?

From Dev

How to pass arguments to Gradle from IntelliJ IDEA

From Dev

IntelliJ 15 with QueryDSL and Gradle

From Dev

Can't find "Sync Project with Gradle Files" button in IntelliJ IDEA

From Dev

Unable to debug a Gradle + Dropwizard Project from IntelliJ IDEA

From Dev

Installing Google or-tools with gradle project on Windows 10 (Intellij IDEA)

From Dev

Can't find "Sync Project with Gradle Files" button in IntelliJ IDEA

From Dev

Intellij IDEA - how to find package usage in a project

From Dev

How to change Intellij IDEA Project Navigator Layout

From Dev

How to clone a project from Bitbucket into Intellij IDEA?

Related Related

  1. 1

    How to enable gradle in an IntelliJ-plugin project

  2. 2

    How to debug specific build variant of Android Gradle project in IntelliJ IDEA?

  3. 3

    How to use an existing Gradle project in IntelliJ IDEA 13/14

  4. 4

    How to add external module to a gradle project in Intellij IDEA 14?

  5. 5

    How to force Intellij IDEA to use only one gradle daemon?

  6. 6

    In IntelliJ Idea 15 how do you enable live previews when using Find in Path?

  7. 7

    In IntelliJ Idea 15 how do you enable live previews when using Find in Path?

  8. 8

    how to import IntelliJ Idea Android Project To codename one

  9. 9

    Exclude folders from Gradle project in IntelliJ IDEA

  10. 10

    Open Gradle project in IntelliJ IDEA, set encoding

  11. 11

    Gradle Java debugging project in IntelliJ IDEA

  12. 12

    Open Gradle project in IntelliJ IDEA, set encoding

  13. 13

    IntelliJ IDEA - How to enable code completion / debugging for Java files in non-java project

  14. 14

    How to install Intellij IDEA 15 on Ubuntu 15.10

  15. 15

    How to enable editing of HTML files in IntelliJ Idea

  16. 16

    How to enable editing of HTML files in IntelliJ Idea

  17. 17

    How to create a gradle-based Java Project in Intellij IDEA 13.0.1 Community

  18. 18

    how to set spring.config.location for a gradle spring boot project in Intellij IDEA community version?

  19. 19

    How to pass arguments to Gradle from IntelliJ IDEA

  20. 20

    How to disable Gradle daemon in IntelliJ Idea?

  21. 21

    How to pass arguments to Gradle from IntelliJ IDEA

  22. 22

    IntelliJ 15 with QueryDSL and Gradle

  23. 23

    Can't find "Sync Project with Gradle Files" button in IntelliJ IDEA

  24. 24

    Unable to debug a Gradle + Dropwizard Project from IntelliJ IDEA

  25. 25

    Installing Google or-tools with gradle project on Windows 10 (Intellij IDEA)

  26. 26

    Can't find "Sync Project with Gradle Files" button in IntelliJ IDEA

  27. 27

    Intellij IDEA - how to find package usage in a project

  28. 28

    How to change Intellij IDEA Project Navigator Layout

  29. 29

    How to clone a project from Bitbucket into Intellij IDEA?

HotTag

Archive