Forum Discussion
redfish4ktc2
13 years agoSuper Contributor
AFAIK, this is not possible.
Here is why; implementation is done by https://github.com/SmartBear/soapui/blo ... unner.java
output directory selection:
* txt files (for request/responses activity): line 713
* junit files: line 491
Both of them call the getAbsoluteOutputFolder method of the base abstract class which uses the ouputFolder you have set in the runner.
Here is why; implementation is done by https://github.com/SmartBear/soapui/blo ... unner.java
output directory selection:
* txt files (for request/responses activity): line 713
* junit files: line 491
Both of them call the getAbsoluteOutputFolder method of the base abstract class which uses the ouputFolder you have set in the runner.