FolderRunnerBrowser

The Browser is useful when you have lots of test suites, and you want to run Fit on them and see the results while it is processing them.

Run the Browser as follows:

java -cp javaFit1.1b.jar;fitLibrayForFit.jar fit.runner.folder.Browser

This assumes that the tests are in the directory "tests" and the reports are to be written to the directory "reports".

You will need to add to the classpath (cp) for:
The Browser is suitable for doing development, because it loads the latest application classes each time it runs the tests.

However, it is clearly a "work in progress".

Planned changes:

I am not planning to add an editor to this (I want to put my effort into a refactoring tool instead). Fitster is a combined runner and editor.

Known Bugs