Forum Discussion
- Hi,
testRunner is defined in the event handler TestRunListener.beforeRun, etc.
Regards,
Marcus
SmartBear Support - mchelikaniContributorHow do I Modify the Project Property in projectRunListener.beforeRun event handler.
How to get Handle for Project Properties in projectRunListener.beforeRun. - Hi,
Try projectRunner.project.setPropertyValue("resultsPath","XXXXXX").
Regards,
Marcus
SmartBear Support