Recently I am working on selenium webdriver 2.0 (developing automation framework). As per requirement for every faiulre the screenshot must be capture (file path and filename: .
According to the documentation of the JUnitReport task, you can pass XSL paramemeters using a nested param
tag on the report
element.
Since Ant 1.7 the report tag supports nested param tags. These tags can pass XSL parameters to the stylesheet.
So you could pass the parameter value to the stylesheet something like this:
I wasn't clear from your question. I think you said you have already supported the parameter in your XSL stylesheet. Anyway, here's a summary of how you can use it: