I\'m looking for an IntelliJ IDEA plugin that would run my tests each time I change my code. I looked for such a solution and I found:
IntelliJ now actually has a Toggle auto-testin the run dialog. Just run a run-configuration and then select Toggle auto-testin the run dialog.
Toggle auto-test
It's not as intelligent as you would have hoped. It just reruns when it detects changes.