Is your feature request related to a problem? Please describe.
Possibility to abort the whole test if a certain failure occurs, comment from #328:
Extra sugar on top would be:
- stop test (all users, whole feature => ctrl + c)
Describe the solution you'd like
A new grizzly.types.FailureAction named ABORT_TEST, new grizzly.exceptions.AbortTest
Is your feature request related to a problem? Please describe.
Possibility to abort the whole test if a certain failure occurs, comment from #328:
Describe the solution you'd like
A new
grizzly.types.FailureActionnamedABORT_TEST, newgrizzly.exceptions.AbortTest