Hi,
We're working on a large project and our fitnesse tests are taking
more than 10 minutes to run. We can still do something else when the
build is running but there is no way to know what the progress is. A
typical output from the default fitnesse.runner.TestRunner (run from
ant) is:
[java] processing document of size: 11234
[java] ...........................................................
results: 59 right, 0 wrong, 0 ignored, 0 exceptions
[java] processing document of size: 11295
[java] ................................................................
results: 64 right, 0 wrong, 0 ignored, 0 exceptions
[java] processing document of size: 10266
[java] .........................................................
results: 57 right, 0 wrong, 0 ignored, 0 exceptions
[java] processing document of size: 10120
Ideally, it would be nice to know which test is running, how many have
run and how many are remaining.
Is there any way to customize the test runner to display more
information or to register a listener that would print more
information?
Thanks for any pointers,
Ben