Forum Discussion

tinoboehme's avatar
tinoboehme
Occasional Contributor
12 years ago

set StepMessages for logging

Hello, I'm creating an individual log file after each test case (using the Project Event "TestRunListener.afterRun"). One part of my script: for( testResult in testRunner.getResults() ) { ...