Egglpant stop the test case

238 Views Asked by At

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?

1

There are 1 best solutions below

0
A_Wdgnm On

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

Eggplant Documentation Error Handling