ReadyAPI allows you to use Groovy scripts to log your test results, extract information about test steps that meet certain conditions, and so on.
This topic describes several ways to enable logging with the Groovy script.
You can run this script as the TestRunListener.afterStep
event handler.
As a teardown script on the test suite level.
The following sample demonstrates how to log results of all test steps in all the failed test cases of the test suite: