Skip to content

Continuous testing

chas66 edited this page Sep 5, 2012 · 3 revisions

Continuous Testing allows for immediate feedback on JUnit test results within an IDE. The tests are run automatically after every change, usually in an intelligent order so that newest tests or most recently failed tests are run first.

Infinitest is an open source plugin for Eclipse or IntelliJ IDEA that provides continuous testing functionality:

Clone this wiki locally