I would like to know if there is any way to insert html into a report in such a way that it is honored as html and not just straight text. In particular, I am looking for a way to insert a link to another file such as:
file:///path/to/file or http:/server:port/path/to/file I have tried using the ant task "echo" to send the text to the report. I've sent actual html code (<a href...) and just (file) browser protocol links such as the ones mentioned above. The webtest report doesn't seem to honor either. Is there another way to accomplish this? NOTE: I am using WebTest R_1758 on Ubuntu 9.04 with Firefox 3 browser to view reports. Thanks, Kelcy Monday

