Purpose
When the Groovy Script test step fails, its star icon turns red and I can see the step has failed. When the step succeeds, the icon is still blue, i.e. has the same color as before its execution. Can you please make it green in case of test step success, as is e.g. in case of SOAP Request test step?
Description
When I run a Groovy script test step with a script:
assert false
The icon gets red:
However if the script is:
assert true
The icon remains blue, i.e. the same as before step execution:
It is a small change but it would help to recognize the test result.
Karel