Skip to content

carmeloquilez/pitest-helper

Repository files navigation

pitest-helper

Build Version Downloads

PITest Helper

Plugin to run PITest in your Java classes/packages using the pitest-maven plugin for Maven. The plugin builds and runs PITest mutation coverage commands for you.

Requisites:

  • A Maven project.
  • pitest-maven plugin configured on your project.

Usage:

  • Right-click on your classes and packages you want to run mutation coverage and click Run Mutation Coverage...

Note: this plugin does not configure the pitest-maven plugin. You need to set up it beforehand.

Are you experiencing problems with the plugin? Do you have any suggestion? You can create an issue at the Plugin Site

PITest logo used in this plugin was created by Ling Yeung.

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "PITest Helper" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.