How to interrupt Groovy script when cancelling test case
In a test case I have a Groovy script that runs a loop checking for the existence of a file. I find that stopping the test case does not interrupt the Groovy script which continues to run. Is there...