Is there a Visual Studio Code equivalent to eclipse's Infinitest?

376 Views Asked by At

I would like to do (Java) TDD in Visual Studio Code. I have experience with this in eclipse using JUnit4 and Infinitest.

JUnit4 is available for VS Code, but I would also like to have the Infinitest functionality (continuous test running), however I can't seem to find a plugin that does this.

Is there an option in JUnit4 or some other tool that could automatically run my tests like Infinitest?

0

There are 0 best solutions below