Consolidate JUnits on to a single portal
I would like to consolidate all my jUnits onto a single web portal (like fitnesse) and build them every night for a consolidated report. Are ther开发者_如何学编程e any opensource tools available for it ?
I think you need continuous integration system, such as CruiseControl and Hudson. You could write Ant script to compile and run your test cases periodically.
精彩评论