Continuous testing with IntelliJ Idea

前端 未结 4 755
一个人的身影
一个人的身影 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:04

    You can use the Intellij Teamcity plugin. Teamcity is a paid product but there is a free version which gives you 20 projects and 3 agents for free .

    1. It has a remote run feature using which you can send in unchecked code to run tests before committing.
    2. It also has options to run failed tests first

    Usage instructions for Remote Run

提交回复
热议问题