Hip FIT plug-in
Quality Labs has released a Maven plug-in for FIT, which enables Maven builds to run FIT tests automatically. FIT is a testing platform that facilitates communication between those who write requirements and those smokin’ cats who turn them into code. The plug-in invokes FIT’s FolderRunner, which accepts a location for FIT tables and a location to write the resulting report. Far out!
Stay tuned for an article on FIT in the next tripped out installment of In Pursuit of Code Quality on IBM’s DeveloperWorks!
| Related odds and ends | ||
|---|---|---|
Friday 10 Feb 2006 | Developer Testing
Doesn’t FolderRunner belong to FitLibrary, insted of the core FIT? Does this mean you need both FIT and FitLibrary to run the Maven plugin?
The plug-in has FitLibrary jar as a dependency- it’ll download the library as part of the plug-in install. You won’t need to grab it yourself. See the Dependencies page.
Ah, nice, I skipped that completely. I’ve added the FIT Maven plugin to the list of known FitTools on the official FIT wiki.