Continuous testing with IntelliJ Idea

前端 未结 4 675
一个人的身影
一个人的身影 2021-02-01 14:53

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:

  • Infinitest, which works, but
4条回答
  •  一向
    一向 (楼主)
    2021-02-01 15:27

    If you are OK running tests which cover a single method chosen by you, you can try this plugin (it is continuos in the sense that you make changes to a method, then click on the method and the plugin will run all the unit tests automatically which cover that method): https://plugins.jetbrains.com/plugin/15063-unit-test-coverage-history-runner

提交回复
热议问题