Forum Discussion

Wiggumon's avatar
Wiggumon
Occasional Contributor
12 years ago

Saving Test Results to File

Hello, I have been saving test results to a file using an event: TestRunListener.afterStep with the following source. def filePath = 'c:/output/' def fileOutputStream = new FileOutputStream(...