Wiesław Śruta
Wiesław Śruta

Reputation: 3

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?

Upvotes: 0

Views: 284

Answers (1)

A_Wdgnm
A_Wdgnm

Reputation: 11

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

Eggplant Documentation Error Handling

Upvotes: 0

Related Questions