Xspec delivers HTML reports with test results. I'm looking for a way to avoid having an absolute path to a CSS file in the Xspec report.
I saw that there is a command-line option -i
to place the CSS inline in the HTML page. The script version uses inline=true as the default.
However, the default in the stylesheet to format the HTML report is false
. I'm calling Xspec from Ant, and I don't seem to find a way to add this option in the Ant call. Is this possible?