The capability to abort entire test execution through groovy
It would be beneficial to be able to abort an entire test execution gracefully through groovy. In my case I have an async operation that I kick off, delay a small period, check the status then it...
Hi GillerM I'm afraid that only cancels or fails the current test case in operation and resumes with the next testcase. My desire is to abort the entire execution of ALL testcases which this does not work.