Infinitest for IntelliJ

Infinitest for IntelliJ

Infinitest integrates seamlessly into IntelliJ IDEA, allowing developers to detect bugs immediately as they work. Test and project settings are determined automatically from the project settings, even when imported from maven, so configuration is a breeze. Markers for test failures are displayed right at the point of failure, so fixing tests becomes as natural as fixing syntax errors.



Installation Instructions

  1. In the IntelliJ IDE, under Settings->Plugins, choose the “Available” tab
  2. Look for the “Infinitest” plugin in the list, and right click on it
  3. Select “Download and Install”
  4. Close IntelliJ when prompted and restart
  5. Under Project Structure, for each module you want monitored by Infinitest, select the module, click the “+” button, and choose the Infinitest facet.