Skip to content

Install or update plugin

Olga Naumenko edited this page Nov 21, 2022 · 25 revisions

Is it OK for you to simply get the latest version of UnitTestBot? Install it from Marketplace in IntelliJ IDEA.

Do you want to manually choose the build? Install the plugin from the downloaded archive.

The same approach is applicable for updating the plugin.

Install from Marketplace in IntelliJ IDEA

  1. In your IntelliJ IDEA, go to File > Settings > Plugins and choose Marketplace.
  2. In the search field, type UnitTestBot — you'll see the UnitTestBot plugin page.
  3. Press Install and wait until it changes to Installed, then click OK.

To check if UnitTestBot is enabled, go to File > Settings > Plugins and choose Installed.

Install from downloaded archive

  1. To get the latest stable build of UnitTestBot, go to GitHub, scroll through the release notes and click Assets.
    Download the zip-archive named like utbot-intellij-VERSION.
    The builds are also available at JetBrains Marketplace.
  2. In your IntelliJ IDEA, go to File > Settings.
  3. Select Plugins, click the gear icon and then Install Plugin from Disk.
  4. Select the plugin archive file and click OK.
  5. On Plugins, click OK to apply the changes and restart your IDE if prompted.

To check if UnitTestBot is enabled, go to File > Settings > Plugins and choose Installed.

How to update plugin

  • To simply get the latest version, you can update plugin in your IntelliJ IDEA.
    Go to File > Settings > Plugins, choose Installed and update UnitTestBot if available.
    Note: the unused libraries will be removed automatically, there is no need to uninstall the previous version of the plugin.

How to uninstall plugin

Go to File > Settings > Plugins and choose Installed. Find UnitTestBot plugin and choose the gear icon to the right of the plugin name. Click Uninstall, then click Apply. Restart if prompted.

Clone this wiki locally