'Egglpant stop the test case

I have a question, about stop the test case in Eggplant. I'm using a Gherkin language to create a handlers where I run a script or create a code. I was trying use assert to stop test case, but it only stop a handler where is started. Is there a way to stop test with command?



Solution 1:[1]

Maybe throwing an exception is what you need. This will terminate the script.

Eggplant Documentation Error Handling

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 A_Wdgnm