kenm
7 years agoContributor
Status:
New Idea
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 iterate around that for a defined number of retries before deeming it a pass/fail.
In certain cases it does not make sense for me to continue the test suite/entire test run in certain circumstances and I'd like to be able to issue an abort through groovy in this situation.
Hopefully feature request gains traction with community.
Thanks in advance.
Ken.