Now you can use a database to store the testing result and browse it via web browser or other tool (you need to make it by yourself).
New user's guide released for Jetif version 1.7.x. Please note there are following changes since 1.7.0:
Jetif 1.7.0 Release Notes
-------------------------
1. The text spec file is no longer supported now.
Please use the XML spec file instead of text spec file.
2. The old form to declare a handler is deprecated now because the handler
can have argument now. The argument will be passed to the handler constructor.
The following form is DEPRECATED now:
<handler name="name">full_class_name</handler>
The following form is introduced in this release:
<handler name="name" class="full_class_name">handler_argument</handler>
Please note the argument field is not required and can be omitted.... read more
The new version of Jetif introduce support for handler argument, and also introduce two handlers to support convert parameter to Map or Collection.
Please read release notes for detail information.
I get a suggestion from Alexey Sadykov that Jetif should provide a more powerful function to support dynamic test cases and custom parameter for test case.
So this version will be deprecated now, and I will change the design for this purpose. The new release will be a minor version, aka 1.6.0.
I'm sorry about this changes may confuse you, I will let it be beta state when next version released.
There are new features to support dynamic test cases and expression in parameters/expected return.
The Jetif version 1.5.0 has been released, please read the release note for detail information.