Hi,

we want to get junit reports from testng tests, so that the junit
reports can be processed by our build server (hudson).

For this we want to pass additional arguments to testng
('-usedefaultlisteners', 'false', '-listeners',
'org.testng.reporters.JUnitXMLReporter').

Is this possible using the existing using(options) approach?

AFAICS it seems that this is currently not supported - at least one
would need to get the additional args (e.g. using :args=>...) and add
them as an array to the cmd_args.

What do you think?

Cheers,
Martin

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to