krogold
7 years agoRegular Contributor
How to stop a testCase ?
Hello,
I encounter a simple problem : I have many testCases and I created upper level test cases that can chain all those test cases (with a special tag). The problem is that I evaluate the tag in a groovy step, if it is set, I run the testCase. If it happens that a failure appears in the log, I want to stop the test and fix the problem, but it will run until the groovy script ends. Of course, none of my testCases is blocking on failure as, in an operational process, I need to run all of them and check at the end.
Why is it not possible to 'kill' a test run ?
Yeah for now ReadyApi lacks this functionality... this of course sucks but that's all we got :). There have been numerous requests on this...