pit-idea-plugin icon indicating copy to clipboard operation
pit-idea-plugin copied to clipboard

IntelliJ Idea plugin for PIT mutation testing

Results 21 pit-idea-plugin issues
Sort by recently updated
recently updated
newest added

I'm trying to run Pitest in my project, but keep receiving this error: `Failed to execute goal org.pitest:pitest-maven:1.14.2:mutationCoverage (default-cli) on project image-finder: Execution default-cli of goal org.pitest:pitest-maven:1.14.2:mutationCoverage failed: No mutations...

Hello, I installed the IntelliJ plugin (https://plugins.jetbrains.com/plugin/7119-pit-mutation-testing) directly from the plugin marketplace of IntelliJ and then I ran it on a class like in the fig.: ![report3](https://user-images.githubusercontent.com/11162747/224393078-ad900015-15f4-4e32-959b-0f794eb0482b.jpg) Then I right-click...

I am still trying to understand what is the expected behavior of the PIT and how all of the pieces are connected. In my [kotlin-mutation-testing](https://github.com/igorwojda/kotlin-mutation-testing) project I am experiencing strange...

Hi there! First of all, I have been using this plugin for a while and I want to thank you for this wonderful tool :) Unfortunately, the plugin is not...

Hello, I love your new "context menu action" feature and want to use it every day. However I cannot figure out how to change default configuration of these actions. In...

Directories should be selectable (browse & select), rather than they have to be typed now. ![image](https://user-images.githubusercontent.com/332234/134756506-b9c8aea6-cb3d-43cc-b530-bbca7ac2b724.png) Package names can also browse and selectable ![image](https://user-images.githubusercontent.com/332234/134756534-dec43359-3411-4427-8f89-e66a69a28fee.png) similar to what exists in application...

**Version:** 1.4.4 **OS:**: Ubuntu 20.04 LTS When running "Pitests using tests in ..." from the projects tab I am getting following error: (Don't know how to enable verbose logging for...

I work with a huge project with multiple nested subprojects, and I'm getting this: ![Screenshot from 2020-09-16 09-26-43](https://user-images.githubusercontent.com/3110813/93305510-e55c3280-f7fe-11ea-92eb-843ecc1ad1ea.png) when trying to run the plugin on a single class. For configuration...

Hi, When using the plugin with a more recent IntelliJ (mine is 2020.1) and Java >= 9, I get the following error: ``` `CommandLineWrapper` is ill-suited for launching apps on...

I'm trying out PIT for the first time, using a toy project. The implementation uses random numbers, but a feature flag -- stored in the environment, allows me to substitute...