This is just a quick note to say that I've been progressing on the
instinct report ant task. The functionality is in place (but not yet
committed) to create reports like the attached file.
I've only focussed testing on happy day scenarios, so I've more work to
do in making sure it's robust.
The report is based on the rspec report, as you suggested Tom. I've
stripped out javascript functions that are redundant for our needs and
still have more work to do to trim down the css.
At this stage the task itself is simply declared as:
<instinct-report file="${spec.report.file}">
<!-- points to the XML file results from instinct task -->
<fileset dir="${spec.reports.dir}">
<include name="SPEC-*.xml"/>
</fileset>
</instinct-report>
Feedback is welcomed,
Jem
That rocks! Well done. Are you using this yourself on your projects?
I'm off in Objective C Ruby land ATM so don't have any real live java
projects to test this on.
One comment I might make is that this looks pretty stand alone, i.e.
it takes JUnit-style XML and turns it into a HTML report. Perhaps it
could be broken out into a new project (which admittedly is a lot of
overhead).
Cheers,
Tom
> --
tom adams | e:tomjadams<at>gmail.com